Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 840 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 840 Bytes

💄 SymphonyBDK - UI Toolkit Styles

The official styles library of Symphony's design system

Requirements

  • Node 12+
  • Yarn

🛠 Install

Run

yarn

🛸 Explore

yarn start

😀 Icons

To add a new icon in UIToolkit Styles:

  • Add the *.svg source file to:
src/
|
|– icons/
|   |– svg/

📦 Releasing from GitHub

Full releasing manual here

🧩 Theming components

Read detailed guide on theming-guide.md

💪 Contributing

Read detailed guide on contribution process