sassyboi

1.0.49 • Public • Published

sassyboi

A basic collection of React components and styles. sassyboi.netlify.com

NPM

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

  1. Clone the repository

    git clone https://github.com/subpopular/sassyboi.git
  2. Install dependencies

    cd sassyboi
    yarn install
  3. Start the component dev server

    yarn start

    The dev server watches for changes in the src directory and rebuilds the final output.

  4. 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.

  5. 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

Readme

Keywords

none

Package Sidebar

Install

npm i sassyboi

Weekly Downloads

0

Version

1.0.49

License

MIT

Unpacked Size

444 kB

Total Files

294

Last publish

Collaborators

  • drossman