An open API service indexing awesome lists of open source software.

https://github.com/mopeyjellyfish/react-adminlte-3

React AdminLTE v3
https://github.com/mopeyjellyfish/react-adminlte-3

adminlte3 react reactjs reactjs-components

Last synced: about 2 months ago
JSON representation

React AdminLTE v3

Awesome Lists containing this project

README

          

# react-adminlte-3

> React AdminLTE components

[![NPM](https://img.shields.io/npm/v/react-adminlte-3.svg)](https://www.npmjs.com/package/react-adminlte-3) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)[![Build status](https://github.com/mopeyjellyfish/react-adminlte-3/actions/workflows/build.yml/badge.svg)](https://github.com/mopeyjellyfish/react-adminlte-3/actions?query=workflow%3Abuild)

## Install

```bash
npm install --save react-adminlte-3
```

## Usage

```jsx
import React from 'react'

import {
Wrapper,
PageWrapper,
PageHeader,
PageContent,
Breadcrumb,
BreadcrumbItem,
NavHeader,
Nav,
NavToggle,
NavLink,
AsideToggle,
SidebarWrapper,
MainLogo,
Sidebar,
UserPanel,
SidebarNav,
SidebarNavItem,
SidebarNavTree,
PageWrapper,
PageHeader,
Breadcrumb,
BreadcrumbItem,

} from 'react-adminlte-3'

const App = () => {
return (





Home


Test


Example



























Home

Demo







Version

{' '}
0.0.1



© Copyright
{' '}
{(new Date().getFullYear())}
{' '}
Company Name




)
}

export default App

```
## Example

An example of the components can be [found here](https://mopeyjellyfish.github.io/react-adminlte-3/) built from the [`example`](./example) directory.
## License

MIT © [mopeyjellyfish](https://github.com/mopeyjellyfish)