@@ -20,112 +20,4 @@ Complete API documentation for all @vuetify/v0 components and composables.
2020
2121<DocsPageFeatures :frontmatter />
2222
23- ## Components
24-
25- Detailed API reference for each component including props, events, and slots.
26-
27- | Component | Description |
28- | - | - |
29- | [ Atom] ( /api/atom ) | Polymorphic element base component |
30- | [ Avatar] ( /api/avatar ) | Image with fallback support |
31- | [ Checkbox] ( /api/checkbox ) | Checkbox with indeterminate support |
32- | [ Dialog] ( /api/dialog ) | Modal dialog with focus management |
33- | [ ExpansionPanel] ( /api/expansion-panel ) | Collapsible accordion panels |
34- | [ Group] ( /api/group ) | Multi-selection with tri-state |
35- | [ Pagination] ( /api/pagination ) | Page navigation component |
36- | [ Popover] ( /api/popover ) | Anchor-positioned popups |
37- | [ Radio] ( /api/radio ) | Radio button group |
38- | [ Scrim] ( /api/scrim ) | Overlay backdrop |
39- | [ Selection] ( /api/selection ) | Multi-selection state provider |
40- | [ Single] ( /api/single ) | Single-selection provider |
41- | [ Step] ( /api/step ) | Sequential navigation provider |
42- | [ Tabs] ( /api/tabs ) | Tabbed navigation |
43-
44- ## Composables
45-
46- Detailed API reference for each composable including options, properties, and methods.
47-
48- ### Foundation
49-
50- | Composable | Description |
51- | - | - |
52- | [ createContext] ( /api/create-context ) | Type-safe provide/inject |
53- | [ createPlugin] ( /api/create-plugin ) | Vue plugin factory |
54- | [ createTrinity] ( /api/create-trinity ) | Provider/consumer pattern utilities |
55-
56- ### Registration
57-
58- | Composable | Description |
59- | - | - |
60- | [ createRegistry] ( /api/create-registry ) | Foundation for registration systems |
61- | [ createQueue] ( /api/create-queue ) | Time-based queue management |
62- | [ createTimeline] ( /api/create-timeline ) | Bounded undo/redo system |
63- | [ createTokens] ( /api/create-tokens ) | Design token management |
64-
65- ### Selection
66-
67- | Composable | Description |
68- | - | - |
69- | [ createSelection] ( /api/create-selection ) | General selection state |
70- | [ createSingle] ( /api/create-single ) | Single-selection with auto-deselection |
71- | [ createGroup] ( /api/create-group ) | Multi-selection with tri-state |
72- | [ createNested] ( /api/create-nested ) | Hierarchical tree management |
73- | [ createStep] ( /api/create-step ) | Sequential navigation |
74-
75- ### Forms
76-
77- | Composable | Description |
78- | - | - |
79- | [ createForm] ( /api/create-form ) | Form state and validation |
80-
81- ### Reactivity
82-
83- | Composable | Description |
84- | - | - |
85- | [ useProxyModel] ( /api/use-proxy-model ) | Bridge selection to v-model |
86- | [ useProxyRegistry] ( /api/use-proxy-registry ) | Proxy-based registry with reactivity |
87-
88- ### System
89-
90- | Composable | Description |
91- | - | - |
92- | [ useEventListener] ( /api/use-event-listener ) | DOM events with cleanup |
93- | [ useHotkey] ( /api/use-hotkey ) | Hotkey combinations |
94- | [ useClickOutside] ( /api/use-click-outside ) | Click outside detection |
95- | [ useIntersectionObserver] ( /api/use-intersection-observer ) | Visibility detection |
96- | [ useLazy] ( /api/use-lazy ) | Deferred content rendering |
97- | [ useMutationObserver] ( /api/use-mutation-observer ) | DOM change detection |
98- | [ useResizeObserver] ( /api/use-resize-observer ) | Element size changes |
99- | [ useMediaQuery] ( /api/use-media-query ) | CSS media query matching |
100- | [ useToggleScope] ( /api/use-toggle-scope ) | Conditional effect scope |
101-
102- ### Plugins
103-
104- | Composable | Description |
105- | - | - |
106- | [ useBreakpoints] ( /api/use-breakpoints ) | Responsive breakpoints |
107- | [ useDate] ( /api/use-date ) | Date manipulation with adapters |
108- | [ useFeatures] ( /api/use-features ) | Feature flags |
109- | [ useHydration] ( /api/use-hydration ) | SSR hydration |
110- | [ useLocale] ( /api/use-locale ) | Internationalization |
111- | [ useLogger] ( /api/use-logger ) | Logging with adapters |
112- | [ usePermissions] ( /api/use-permissions ) | Role-based access |
113- | [ useStack] ( /api/use-stack ) | Overlay z-index stacking |
114- | [ useStorage] ( /api/use-storage ) | Reactive browser storage |
115- | [ useTheme] ( /api/use-theme ) | Theme management |
116-
117- ### Utilities
118-
119- | Composable | Description |
120- | - | - |
121- | [ createFilter] ( /api/create-filter ) | Array filtering |
122- | [ createOverflow] ( /api/create-overflow ) | Item capacity computation |
123- | [ createPagination] ( /api/create-pagination ) | Pagination state |
124- | [ createVirtual] ( /api/create-virtual ) | Virtual scrolling |
125-
126- ### Transformers
127-
128- | Composable | Description |
129- | - | - |
130- | [ toArray] ( /api/to-array ) | Convert to array |
131- | [ toReactive] ( /api/to-reactive ) | Convert to reactive proxy |
23+ <DocsApiIndex />
0 commit comments