mopeyjellyfish / react-adminlte-components-

AdminLTE react components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-adminlte-components

React AdminLTE components

NPM JavaScript Style Guide

Install

npm install --save react-adminlte-components

Usage

import React, { Component } from 'react'

import MyComponent from 'react-adminlte-components'
import 'react-adminlte-components/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © mopeyjellyfish

About

AdminLTE react components


Languages

Language:JavaScript 95.6%Language:HTML 3.4%Language:CSS 1.1%