@gladio/ui
v3.0.8
Published
React Components Library
Readme
UI
All the Components and Helpers in one package
Installation
npm install --save @gladio/uiUsage
Add the styles
in SASS or SCSS
@import "@gladio/ui/styles/index";in js
@import "@gladio/ui/styles/index.css";Using Components
This is a combined package for all the ui elements so works the same way as others
// prefered
import { Button } from @gladio/ui
// or
import Button from "@gladio/button"