rb-styled-components

0.0.25 • Public • Published

RB Styled components

Source of truth for UX documentation and web library for styled components

Getting Started

Installing

npm install

Usage

To use the components, just import them in your app like so:

import React from 'react'
import { MainButton } from 'rb-styled-components'

const Example = () => (
  <MainButton type="primary">Example</MainButton>
)

export default Example

Building

To build the library:

npm run build

To build the docs:

npm rn build:docs

Hosting

Library is available on root:

./index.js

the docs are available at:

./dist/docs/index.html

Running

To start the documentation where you can show case the elements from lib:

npm start

Should be available at:

http://localhost:1234

Readme

Keywords

none

Package Sidebar

Install

npm i rb-styled-components

Weekly Downloads

0

Version

0.0.25

License

none

Unpacked Size

9.17 MB

Total Files

139

Last publish

Collaborators

  • otaviopadovani