react-adm-lte

React Components for [AdminLTE](https://github.com/almasaeed2010/AdminLTE)


Keywords
adminlte, boostrap, react, react-components
License
ICU
Install
npm install react-adm-lte@0.0.10

Documentation

react-adm-lte

React Components for AdminLTE

NOTE: Sorry there have been no updates to this, currently busy on other projects (I got to eat too lol). However you can find examples of usage here as well https://github.com/falmar/react-adm-lte-demo. Hopefully will get involved again soon.

Install

npm install --save react-adm-lte

Usage

import React from 'react'
import ReactDOM from 'react-dom'

import {Layout} from 'react-adm-lte'

ReactDOM.render(
  <Layout
    sidebarMini
    skin='skin-blue'>
    ...
  </Layout>
  ,
  document.getElementById('root')
)

Test

$ git clone https://github.com/falmar/react-adm-lte
$ cd react-adm-lte
$ npm install
$ npm test

Contributions

Contributions are welcome! Any help will be appreciated!

To know the current state please follow these links:

License

MIT