Grid
Grid is a layout component that allows you to use grid functionality in your application with some predefined styling.
Preview
col-span-full
col-span-4
col-span-4
col-span-4
Properties
- Name
nested
- Type
- boolean
- Description
If true, the grid will take up the full width of the parent container.
- Name
children
- Type
- React.ReactNode
- required
- *
- Description
The content of the grid.