0.0.9 • Published 5 years ago

react-semantic-ziggurat v0.0.9

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

Objective

collection of react semantic library based non-trivial controls that I needed during my projects development.

Development

git clone ...
cd ...
npm install 
npm start

Controls

  • tags-input component

tags-input component

  • FullSizePage

To publish

if nwb isn't installed:

npm install -g nwb

and then:

nwb build-react-component
npm login
...
...
...
npm publish

Usage

npm i react-semantic-ziggurat --save

in your app:

import { Layouting } from 'react-semantic-ziggurat'
...
<Layouting.FullSizePage
  footer={<div>Footer</div>}
  header={<div>Header</div>}
  main={<div>main</div>}
  leftAside={<div>leftAside</div>}
  rightAside={<div>reightAside</div>}
/>

Acknowledges

0.0.9

5 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago