react-ui-pack

0.10.15 • Public • Published

Reusable React Components

Installation

yarn add react-ui-pack

1. Initial Setup

import { FILE, STYLE } from 'react-ui-pack'

FILE.PATH_IMAGES = '/static/img' // default is `/static/images`
STYLE.ANIMATION_DURATION = 300 // default is 500
STYLE.GREEN = 'rgb(55, 145, 75)' // set green color
STYLE.PRIMARY = STYLE.GREEN // set primary color to green
STYLE.SECONDARY = STYLE.RED

2. Use Components

import Table from 'react-ui-pack/Table'

Readme

Keywords

Package Sidebar

Install

npm i react-ui-pack

Weekly Downloads

2

Version

0.10.15

License

MIT

Unpacked Size

199 kB

Total Files

92

Last publish

Collaborators

  • ecoin