freyadesignsystem
v1.0.3
Published
Design System for Freya Fusion
Downloads
4
Maintainers
Readme
FreyaDesign
Freya Design System
Table of Contents
Requirements
To use library you need to have node and npm installed in your machine:
- node
>=10
- npm
>=6
Installation
To install the library run the following command
npm i freyads
Usage
To apply design system styles, add below code in main js / tsx file, example: App.js, Index.js
import "freyadesignsystem/dist/css/freyadesignsystem.css";