Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.07 KB

File metadata and controls

62 lines (39 loc) · 1.07 KB

⚛️SymphonyBDK - UI Toolkit Components

The React components library of Symphony`s design system

Test Coverage

Requirements

  • Node 22.11.0+
  • Yarn 4.5.1+

Browser support

  • Chrome: Latest
  • Edge: Latest

🛠 Install

Run

yarn

🛸 Explore the existing components using the StoryBook

yarn start

🔗 Synchronize StoryBook with real-time style changes

In another terminal, run:

cd ../styles
yarn run watch

🧪 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.