0.1.1 • Published 7 years ago

scuba v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Scuba

UI components with a color unity that built by React.

see: https://abouthiroppy.github.io/scuba/

npm version Build Status Build status codecov dependencies Status license

Getting Started

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

scuba/components

  • 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

7 years ago

0.1.0

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago