1.2.0 β’ Published 1 year ago
@layout-main/shadcn-admin-layout v1.2.0
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-layoutUsage
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