react-ui-collection
v0.1.35
Published
A collection of components, customable with SASS
Downloads
25
Readme
react-ui-ki
By Moti Shriki
Reasons
This package is a series of well-written components with customable CSS.
Under development
This package is under development at the moment until a more stable version.
How to start
To import the CSS simply add
@import '~react-ui-collection/dist/style.css'
Or for Sass file:
@import '~react-ui-collection/dist/style.scss'
Then, to import components
import {Button, Input} from 'react-ui-collection'