reactuikit

0.0.6 • Public • Published

react-uikit

react-uikit and the documetation is still in development

With react-uikit you can use the css framework uikit with react.

The main objective of react-uikit is: to use uikit with react writing the less code possible while using all the feature that uikit has.

The documentation is here

What can you do?

common

elements

layout

navigation

javascript

How to install?

npm install reactuikit

How to use?

var reactuikit = require('reactuikit')

reactuikit will get a object with all the elements(button,icon,...)

For example, we are going to make a button element.

var reactuikit = require('reactuikit');
var React = require('react');
var ReactDOM = require('react-dom');

ReactDOM.render(React.createElement(reactuikit.button,null),document.getElementById('test'));

Readme

Keywords

none

Package Sidebar

Install

npm i reactuikit

Weekly Downloads

0

Version

0.0.6

License

MIT

Last publish

Collaborators

  • alexbg