Skip to content

Repository files navigation

Admin Components

A collection of reusable React components for creating admin interfaces.

License

Licensed under MIT. Totally free for private or commercial projects.

Getting Started

Install components

npm i @typedbootstrap/admin-styles @typedbootstrap/admin-components

Include styles

import'@typedbootstrap/admin-styles/dist/css/styles.css';

Import components

importReactfrom'react';import{DashboardLayout}from'@typedbootstrap/admin-components';exportdefault(props)=>{return(<DashboardLayouttopnav={<div>Topnav</div>}sidenav={<div>Sidenav</div>}footer={<div>Footer</div>}>
Hello world!
</DashboardLayout>);};

About

A collection of reusable React components for creating admin dashboard interfaces

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages