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.
@cultureamp/kaizen-component-library
Advanced tools
Culture Amp’s Component Library
The Kaizen Component Library is one of three parts of the Kaizen Design System (the other two are the Kaizen UI Kit and Kaizen Site – see diagram below). It is a collection of all the reusable components that we use to make things here at Culture Amp.
This guide assumes you have already cloned the big-frontend-repo (BFR) and have followed the Getting Started guide. This should provide all the information you will need to start using the Kaizen Component Library on your local development machine.
Detailed individual component API documentation and working examples can be found on the Kaizen Site.
You can import a Kaizen Component Library component from the /kaizen-component-library
folder inside your application:
import { Button } from "@cultureamp/kaizen-component-library"
Draft components are components that can be used live in production, but have not yet met all the requirements of a Kaizen Component Library component. All “draft” components are imported explicitly from the /kaizen-component-library/draft
folder:
import { MyExperimentalComponent } from "@cultureamp/kaizen-component-library/draft"
We encourage you to create new draft components. When you add a new draft component, we need to make sure that the component fits in with our overall design vision, so it is important to show it to a designer to make sure they are happy with it. After you have committed the code please announce it via the preferred slack channel/s (#design_systems_team and #pract_front_end_eng) and also at the fortnightly Front End Practice meeting for visibillity, peer review and feedback.
bfr/
└── packages/
└── kaizen-component-library/
└── draft/
kaizen-component-library/draft
folder (this applies for all Design Systems Team (DST) and Product team initiated components)We use React Storybook to create isolated prototypes of our components and test component variants and configurations, which are known as "stories" in Storybook.
To start using Storybook, type the following command in the BFR repo:
bfr storybook kaizen-component-library
It is important that all Kaizen Component Library components have accompanying stories in our Storybook. This enables engineers to easily understand how a component works, test any new changes, and work on components in isolation.
This library ships with flow
type definitions. These are not yet publicly available through the flow-typed repo so to get the types working please add the following line to your .flowconfig
under [libs]
.
[libs]
./node_modules/@cultureamp/kaizen-component-library/flow-typed/definitions/npm
The Kaizen Design System is maintained by the Design Systems Team (DST). Hit us up at #team_design_systems on Slack.
FAQs
Component Library for Culture Amp's Kaizen Design System
The npm package @cultureamp/kaizen-component-library receives a total of 71 weekly downloads. As such, @cultureamp/kaizen-component-library popularity was classified as not popular.
We found that @cultureamp/kaizen-component-library demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.