Code

This component extends the native <div> API. That's why the className prop is not included in the table.

Props
Data Type
Required

children

ReactNode

variant

'solid' | 'ruled' | 'flat'

variant

By default the solid variant is set by default in case the prop is not defined at the moment of using the component.

Example

Live Demo

Last updated