Last updated 7 months ago
This component extends the native <div> API. That's why the className prop is not included in the table.
<div>
className
children
ReactNode
✅
variant
'solid' | 'ruled' | 'flat'
❌
By default the solid variant is set by default in case the prop is not defined at the moment of using the component.
solid
Live Demo
Code Sandbox