0.7.2

ItemGrid0

Source code

.

1
2
3
4
5
6
7
8
9
10
11
12
---
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>

Props

PropTypeDefaultDescription
classstring-Additional CSS classes to apply to the container
columnsnumber1Number of columns in the grid. From 1 to 4