@layout-main/shadcn-admin-layout
v1.2.0
Published
Modern admin dashboard layout built with Next.js, TypeScript, and shadcn/ui
Downloads
18
Maintainers
Readme
Shadcn Admin Layout
A modern admin dashboard layout built with Next.js, TypeScript, and shadcn/ui.
Installation
npm install shadcn-admin-layout
# or
yarn add shadcn-admin-layout
# or
pnpm add shadcn-admin-layout
Usage
import { AdminLayout } from 'shadcn-admin-layout'
export default function App() {
return (
<AdminLayout>
<h1>Your content here</h1>
</AdminLayout>
)
}
Requirements
This package requires the following peer dependencies:
- Next.js 15.0.0 or higher
- React 18.3.0 or higher
- Tailwind CSS 3.4.0 or higher
- shadcn/ui components
Features
- 🎨 Modern and clean design
- 📱 Fully responsive
- 🎯 TypeScript support
- 🎨 Customizable theme
- 📊 Built-in components
Documentation
[Comming Soon ... ]