@spudnova-ui/components
v0.5.0
Published
UI module with styled React components
Readme
SpudNova UI Components
A React Component Library that aims to shorten my development cycles while also practising consistent front end techniques.
Usage
npm i @spudnova-ui/componentsAdd styling to root component/index
import '@spudnova-ui/components/style.css';Components can be imported individually
import { Button } from '@spudnova-ui/components';