- Accordion
- Alert Dialog
- Avatar
- Badge
- Banner
- BreadcrumbSOON
- Button
- Button Group
- Calendar
- Callout
- Card
- Checkbox
- CodeblockSOON
- Color Picker
- Container
- Control Group
- Dialog
- Dropdown
- File Uploader
- FlexBox
- FormSOON
- Grid View
- IconSOON
- ImageSOON
- Input
- Link
- List
- MenuSOON
- PaginationSOON
- Popover
- Progress
- Radio
- Section
- Select
- Separator
- Skeleton
- SliderSOON
- SpinnerSOON
- Switch
- Table
- Tabs
- Tag
- Textarea
- ToastSOON
- Tooltip
GridView
Lay it all out in style with our GridView. A structural whizz that presents your content just rightExample
API Reference
Component | Description |
---|---|
GridView | The grand architect of layouts. A powerful component that effortlessly arranges your content into a FlexBoxible, responsive GridView system, making your UI structured and visually balanced. |
Component Properties
GridView
Prop | Type | Default | Explanation |
---|---|---|---|
columns | string | - | Defines the number of columns in the GridView, structuring the horizontal space into equal or custom-sized sections. |
rows | string | - | Specifies the number of rows in the GridView, organizing the vertical space into equal or custom-sized sections. |
justify | string | - | Sets how the items are spaced out horizontally within the GridView, allowing for better control over alignment and distribution. |
items | string | - | Determines how items align vertically within their GridView area, helping you to control their position with ease. |
flow | string | - | Directs how items fill into the GridView, deciding whether they flow row by row or column by column, giving you control over the layout flow. |
gap | string | - | Sets uniform spacing between both rows and columns, giving your GridView items some much-needed room to breathe. |
gapX | string | - | Sets the spacing between columns, allowing for a more refined control over the horizontal gaps within the GridView. |
gapY | string | - | Sets the spacing between rows, giving you the FlexBoxibility to precisely control the vertical gaps within the GridView. |