A React component library designed for UI consistency. Current stable version is 0.1.79. The package ships TypeScript definitions and uses Rollup for bundling, with Storybook for component visualization. It includes a style dictionary build step for token-driven theming. Peer dependencies on React 18. This library is in active early development with frequent releases.
npm install design-system-pastestNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and use the Button component with theming. Requires React 18 peer deps.
Pin to exact version and test upgrades carefully.
Ensure react and react-dom are at version ^18.0.0.
Import from package root: import { Button } from 'design-system-pastest'.Verify package.json 'types' field points to correct .d.ts file (e.g., dist/index.d.ts).
Run: npm install react@^18.0.0 react-dom@^18.0.0
Change import to: import { theme } from 'design-system-pastest'