# GridBento

## Purpose

Component GridBento

## Props

### Optional

| Prop       | Type     | Default              | Values                                                                                                                                | Description    |
| ---------- | -------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
| `gridType` | `String` | `'2-column-6-items'` | `2-columns-3-items\|2-columns-4-items\|2-columns-5-items\|2-columns-6-items\|3-columns-4-items\|3-columns-7-items\|4-columns-5-items` | No description |

## Slots

| Slot      | Description               |
| --------- | ------------------------- |
| `default` | Default component content |

## Usage Example

```vue
<template>
  <GridBento> Component content </GridBento>
</template>
```

## Related Links

- [TypeScript Definitions](./GridBento.d.ts)
- [Component Implementation](./GridBento.vue)
- [Export Module](./gridbento.js)
- [Package Configuration](./package.json)
