For Tailwind CSS v3 docs, click here.

Bento Grid

A cool grid layout with different child component.

通过 CLI 安装

npm
pnpm
bun
yarn
npx shadcn-vue@latest add "https://registry.inspira-ui.com/bento-grid.json"

手动安装

在同一个文件中,复制并粘贴以下代码:

BentoGrid.vue
BentoGridCard.vue
BentoGridItem.vue

示例

BentoGrid in MagicUI style.

API

BentoGridItem

Slot Name描述
titleComponent to show as title.
descriptionComponent to show as description.
iconComponent to show as icon.
headerComponent to show as header.

BentoGridCard

Slot Name描述
backgroundComponent to show in background.
Props Name类型描述
namestringName or title to show on card.
icon?stringIcon component to show on card.
descriptionstringDescription content to show on card.
hrefstringLink to the url for CTA.
ctastringText to show on CTA.

感谢