Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 612 Bytes

File metadata and controls

14 lines (12 loc) · 612 Bytes
title Component
description Component Schema Reference

Properties

Property Type Required Description
type Enum<'card' | 'tabs' | 'accordion' | 'modal' | 'drawer' | 'timeline' | 'stepper' | 'breadcrumb' | 'alert' | 'badge' | 'tooltip' | 'popover'> Component type
props Record<string, any> optional Component properties
events Record<string, any> optional Event handlers
style Record<string, string> optional Custom styles
children any[] optional Child components