NPM Installation
Install the package using npm:Peer Dependencies
The library requires React 16.8 or higher:Import Styles
Import the CSS file in your application entry point:Next.js
In_app.tsx or _app.js:
Create React App
Insrc/index.tsx or src/index.js:
Vite
Insrc/main.tsx:
TypeScript Configuration
The library includes TypeScript definitions. No additional configuration needed. For optimal type checking, ensure yourtsconfig.json includes:
Tree Shaking
The library is optimized for tree-shaking. Import only what you need:Verification
Verify the installation by creating a simple component:If you see a styled button, the installation was successful!
Next Steps
Quick Start
Build your first component
Components
Explore available components