Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@leafygreen-ui/chip
Advanced tools
yarn add @leafygreen-ui/chip
npm install @leafygreen-ui/chip
import { Chip } from `@leafygreen-ui/chip`;
<Chip label="leafygreen" />
or
<Chip
label="leafygreen"
variant="blue"
baseFontSize={13}
disabled
onDismiss={() => {}}
popoverZIndex={1}
chipCharacterLimit={10}
chipTruncationLocation="end"
dismissButtonAriaLabel="aria-label"
darkMode
/>
Prop | Type | Description | Default |
---|---|---|---|
label | React.ReactNode | Label rendered in the chip | |
chipTruncationLocation | 'end' | 'middle' | 'none' | 'start' | Defines where the ellipses will appear in a Chip when the label length exceeds the chipCharacterLimit . If none is passed, the chip will not truncate. Note: If there is any truncation, the full label text will appear inside a tooltip on hover | none |
chipCharacterLimit | number | Defines the character limit of a Chip before they start truncating. Note: the three ellipses dots are included in the character limit and the chip will only truncate if the chip length is greater than the chipCharacterLimit . | |
popoverZIndex | number | Number that controls the z-index of the tooltip containing the full label text. | |
baseFontSize | '13' | '16' | Determines the base font-size of the chip. | |
variant | 'gray' | 'blue' | 'green' | 'purple' | 'red' | 'yellow' | 'blue' | The color of the chip. | |
disabled | boolean | Determines if the chip should be disabled. | false |
onDismiss | React.MouseEventHandler<HTMLButtonElement> | Callback when dismiss button is clicked. If set, a dismiss button will render. | |
dismissButtonAriaLabel | string | aria-label for the dismiss button. | ${label} deselect |
darkMode | boolean | Render the component in dark mode. | false |
... | native span attributes | Any other props will be spread on the root span element |
FAQs
LeafyGreen UI Kit Chip
The npm package @leafygreen-ui/chip receives a total of 2,909 weekly downloads. As such, @leafygreen-ui/chip popularity was classified as popular.
We found that @leafygreen-ui/chip demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.