List
skyroc-ui/listFreeBlock
skyroc-ui publishes no description for this item.
Install it
npx shadcn@latest add https://ui-play.skyroc.me/r/list.jsonSource
1'use client';23import { forwardRef } from 'react';4import { useComponentConfig } from '../config-provider/context';5import { ListUI } from './ListUI';6import type { ListProps } from './types';78const List = forwardRef<HTMLUListElement, ListProps>((props, ref) => {9 const config = useComponentConfig('list');1011 const mergedProps = {12 ...config,13 ...props14 };1516 return (17 <ListUI18 {...mergedProps}19 ref={ref}20 />21 );22});2324List.displayName = 'List';2526export default List;
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 |
