Grid
Last updated: 3.0.0 (04/07/2024)
Usage
import { Grid } from "@valence-ui/core";
function MyComponent() {
return (
<Grid
columns={3}
rows={2}
gap={10}
>
<Grid.Item
column="auto"
>
// Grid item children...
</Grid.Item>
// More Grid items...
</Grid>
)
}Props
GridItemProps
Changelog
Last updated