Layout
skyroc-ui/layoutFreeBlock
skyroc-ui publishes no description for this item.
Install it
npx shadcn@latest add https://ui-play.skyroc.me/r/layout.jsonSource
1'use client';23import { useComponentConfig } from '../config-provider/context';4import LayoutUI from './LayoutUI';5import type { LayoutProps } from './types';67const Layout = (props: LayoutProps) => {8 const config = useComponentConfig('layout');910 const mergedProps = {11 ...config,12 ...props13 };1415 return (16 <LayoutUI17 {...mergedProps}18 />19 );20};2122Layout.displayName = 'Layout';2324export default Layout;
What it pulls in
Other registry items
Files it writes
More from skyroc-ui
All 58 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | skyroc-ui | Blocks | Free | 2 deps · 10 files | |
| Alertalert | skyroc-ui | Blocks | Free | 1 dep · 9 files | |
| Alert Dialogalert-dialog | skyroc-ui | Blocks | Free | 2 deps · 13 files | |
| Arrowarrow | skyroc-ui | Blocks | Free | no deps | |
| Aspect Ratioaspect-ratio | skyroc-ui | Blocks | Free | 1 dep · 4 files | |
| Avataravatar | skyroc-ui | Blocks | Free | 1 dep · 8 files | |
| Badgebadge | skyroc-ui | Blocks | Free | no deps · 7 files | |
| Bottom Sheetbottom-sheet | skyroc-ui | Blocks | Free | no deps · 12 files |
