Getting started
UI
W.Feature
Widget
.
---
import { ItemGrid0 } from '@yatoday/astro-ui/astro';
---
<ItemGrid0 columns={4} class="p-6">
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
</ItemGrid0>
Prop | Type | Default | Description |
---|---|---|---|
class | string | - | Additional CSS classes to apply to the container |
columns | number | 1 | Number of columns in the grid. From 1 to 4 |