
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@kaizen/component-library
Advanced tools
Component Library for Culture Amp's Kaizen Design System
Kaizen components live in two places:
@kaizen/component-library
)To live in the core component library, a component must satisfy a number of quality checks including tests and accessibility standards.
All components that do not yet meet these standards live in their own individual draft component packages.
To find component usage docs in Storybook, click on the blue Show Info
button at the bottom of a story for a component, revealing the name of the npm package for that component.
Kaizen Component Library is already included in our main product repositories. If it's needed in a new repo, add @kaizen/component-library
to your package.json
file:
yarn add @kaizen/component-library
If you'd like to use a draft component, you include that package individually:
yarn add @kaizen/draft-well
You can import a Kaizen Component Library package inside your application using React.
React import example:
import { Button } from "@kaizen/component-library"
// draft component
import { Well } from "@kaizen/draft-well"
React usage example:
ReactDOM.render(
<Card>
<Button label="Example button" onClick={() => alert('Button clicked!')} />
</Card>
, document.querySelector('#app'),
);
You can also import Kaizen styles into SCSS files:
@import '~@kaizen/component-library/styles/type';
To contribute to the component library, see the Contributing guidelines.
FAQs
Component Library for Culture Amp's Kaizen Design System
The npm package @kaizen/component-library receives a total of 18,947 weekly downloads. As such, @kaizen/component-library popularity was classified as popular.
We found that @kaizen/component-library demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.