sassyboi
v1.0.49
Published
A collection of React components and styles
Downloads
11
Readme
sassyboi
A basic collection of React components and styles. sassyboi.netlify.com
Install
npm install --save sassyboi
Usage
import React from 'react'
import {Button} from 'sassyboi'
const App = () => {
return <Button>Press me!</Button>
}
Check out the full documentation and Playroom.
🚀 Developing
Clone the repository
git clone https://github.com/subpopular/sassyboi.git
Install dependencies
cd sassyboi yarn install
Start the component dev server
yarn start
The dev server watches for changes in the
src
directory and rebuilds the final output.Start documentation site
Open another terminal tab and navigate to the
www
directory and run:cd www yarn start
This will start up the docs site at http://localhost:8080 React app which is locally linked to the
sassyboi
components.Start Playroom
Open another terminal tab in the project root and run:
yarn playroom:start
This will start up a local instance of Playroom at http://localhost:9000 which is also locally linked to the
sassyboi
components.
Publishing
[TODO]
License
MIT © subpopular