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
- Host: GitHub
- URL: https://github.com/mopeyjellyfish/react-adminlte-3
- Owner: mopeyjellyfish
- Created: 2021-12-26T23:15:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T07:24:26.000Z (over 3 years ago)
- Last Synced: 2025-03-11T16:03:30.673Z (over 1 year ago)
- Topics: adminlte3, react, reactjs, reactjs-components
- Language: JavaScript
- Homepage:
- Size: 2.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-adminlte-3
> React AdminLTE components
[](https://www.npmjs.com/package/react-adminlte-3) [](https://standardjs.com)[](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)