0.1.1 • Published 9 years ago
scuba v0.1.1
Scuba
UI components with a color unity that built by React.
see: https://abouthiroppy.github.io/scuba/
Getting Started
Install the module with npm install --save scuba
.
Scuba has 5 themes and 2 subColors. Theme and subColor are reflected only in Container.
import React from 'react';
import ReactDOM from 'react-dom';
import Container, {Button} from 'scuba';
const Root = () => (
<Container
theme="mint"
subColor="dark"
>
<Button>Hello!!</Button>
</Container>
);
ReactDOM.render(
<Root />,
document.getElementById('root')
);
Components List
- Typography
- Avatars
- Blockquotes
- Buttons
- Drawers
- Codes
- Forms
- SelectBoxes
- Lists
- Tables
- Papers
- Grids
Development
$ git clone git@github.com:abouthiroppy/scuba.git
$ cd scuba
$ npm install
$ npm run storybook
$ open localhost:8080
0.1.1
9 years ago
0.1.0
9 years ago
0.0.17
9 years ago
0.0.16
9 years ago
0.0.15
9 years ago
0.0.14
9 years ago
0.0.13
9 years ago
0.0.12
9 years ago
0.0.11
9 years ago
0.0.10
9 years ago
0.0.9
9 years ago
0.0.8
9 years ago
0.0.7
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago
0.0.0
9 years ago