@symphony-ui/uitoolkit-components
v4.3.6
Published
React components for the Symphony UI design system
Downloads
1,675
Keywords
Readme
⚛️SymphonyBDK - UI Toolkit Components
The React components library of Symphony`s design system
Requirements
- Node 20+
- Yarn 1.22+
Browser support
- Chrome: Latest
- Edge: Latest
🛠 Install
Run
yarn
🛸 Explore the existing components using the StoryBook
yarn start
🧪 Tests and coverage
yarn test
🏎️ Setup on your React project
yarn add @symphony-ui/uitoolkit-components
import { Button } from "@symphony-ui/uitoolkit-components";
📦 Releasing from GitHub
Full releasing manual here
💪 Contributing
Read detailed guide on contribution process.