react-uikit

react-uikit 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.

What can you do?

Common

Elements

Layout

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'));

results matching ""

    No results matching ""