0.0.10 • Published 6 years ago

react-adm-lte v0.0.10

Weekly downloads
37
License
SEE LICENSE IN LI...
Repository
github
Last release
6 years ago

react-adm-lte

React Components for AdminLTE

npm.io npm.io

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

0.0.10

6 years ago

0.0.9

6 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-alpha

7 years ago