0.0.25 • Published 5 years ago

rb-styled-components v0.0.25

Weekly downloads
105
License
-
Repository
-
Last release
5 years ago

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

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.1.0

5 years ago