1.0.49 • Published 4 years ago

sassyboi v1.0.49

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

1.0.48

4 years ago

1.0.47

4 years ago

1.0.49

4 years ago

1.0.46

4 years ago

1.0.44

4 years ago

1.0.43

4 years ago

1.0.42

4 years ago

1.0.41

4 years ago

1.0.40

4 years ago

1.0.39

4 years ago

1.0.37

4 years ago

1.0.36

4 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.33

4 years ago

1.0.32

4 years ago

1.0.28

4 years ago

1.0.31

4 years ago

1.0.27

4 years ago

1.0.24

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.23

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.10

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago