React Design System 2.0 | Getting Started
Getting Started
Installation for React
Setproduct Design System is available as the zip archive. To install unzip archive, copy all files from folder "SetProductKit" to your project folder and install package.json dependencies:
npm install
To run an app:
npm start
Installation for Figma
You can drag an extracted .fig file from a folder on your computer, or from your Desktop, right into Figma. This is available on both the Figma Desktop app and the Figma web app (browser-based). You can drag and drop Files into the File Browser or the Editor. See how it works
Might be helpful
All components are based on BlueprintJS components v.3All UI kit components are located in the folder /src/@setproduct-ui/core. Copy of DemoApp components is located in the folder/src/@setproduct-ui/demo and you can run it locally.