@main-layout/shadcn-admin-layout

1.2.0 • Public • Published

This package is currently under development. Please hold off on installing it—we'll provide updates soon!

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>
  )
}

Documentation

[Comming Soon ... ]

License

Package Sidebar

Install

npm i @main-layout/shadcn-admin-layout

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

123 MB

Total Files

155

Last publish

Collaborators

  • sajidnagari