
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@wedgekit/avatar
Advanced tools
The Avatar component displays information about a user.
import Avatar from '@wedgekit/avatar';
const Example = () => <Avatar color="T100">Bilbo Baggins</Avatar>;
render(<Example />);
Prop | Type | Required? | default | description |
---|---|---|---|---|
children | string | ✅ | A name or number that will be converted to initials or a count. If children is not provided or the component is used as a self closing component, Avatar will render a Plus icon. | |
color | string | ✅ | A valid WedgeKit tag color. | |
outline | boolean | ❌ | false | Whether or not the avatar is in outline mode. |
size | "small" | "medium" | "large" | ❌ | medium | |
dark | boolean | ❌ | false | Whether or not the focus state should be white. This is useful when the element is on a darker background and needs higher contrast for focus. |
onClick | (HTMLClickEvent) => {} | ❌ | When present the avatar is interactive and can receive focus. Otherwise it will be for display only. |
FAQs
avatars for the wedgekit design system
We found that @wedgekit/avatar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 17 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.