Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 962 Bytes

File metadata and controls

53 lines (33 loc) · 962 Bytes

⚛️SymphonyBDK - UI Toolkit Components

The React components library of Symphony`s design system

Test Coverage

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.