sassyboi v1.0.49
sassyboi
A basic collection of React components and styles. sassyboi.netlify.com
Install
npm install --save sassyboiUsage
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.gitInstall dependencies
cd sassyboi yarn installStart the component dev server
yarn startThe dev server watches for changes in the
srcdirectory and rebuilds the final output.Start documentation site
Open another terminal tab and navigate to the
wwwdirectory and run:cd www yarn startThis will start up the docs site at http://localhost:8080 React app which is locally linked to the
sassyboicomponents.Start Playroom
Open another terminal tab in the project root and run:
yarn playroom:startThis will start up a local instance of Playroom at http://localhost:9000 which is also locally linked to the
sassyboicomponents.
Publishing
License
MIT © subpopular
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago