ProductShell
Responsive product shell with desktop navigation, an accessible mobile drawer, utility actions, and active-page callbacks.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/product-shell.jsonInstall with the CLI
# adds ProductShell to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/product-shell.jsonOr install the package
// npm install @uigrids/react-ui
import { ProductShell } from '@uigrids/react-ui'
export default function App() {
return <ProductShell />
}