ado5 3903c18ce2 first commit 9 mēneši atpakaļ
..
README.en-US.md 3903c18ce2 first commit 9 mēneši atpakaļ
README.md 3903c18ce2 first commit 9 mēneši atpakaļ
grid-item-props.d.ts 3903c18ce2 first commit 9 mēneši atpakaļ
grid-item-props.js 3903c18ce2 first commit 9 mēneši atpakaļ
grid-item.d.ts 3903c18ce2 first commit 9 mēneši atpakaļ
grid-item.js 3903c18ce2 first commit 9 mēneši atpakaļ
grid-item.json 3903c18ce2 first commit 9 mēneši atpakaļ
grid-item.wxml 3903c18ce2 first commit 9 mēneši atpakaļ
grid-item.wxss 3903c18ce2 first commit 9 mēneši atpakaļ
grid.d.ts 3903c18ce2 first commit 9 mēneši atpakaļ
grid.js 3903c18ce2 first commit 9 mēneši atpakaļ
grid.json 3903c18ce2 first commit 9 mēneši atpakaļ
grid.wxml 3903c18ce2 first commit 9 mēneši atpakaļ
grid.wxss 3903c18ce2 first commit 9 mēneši atpakaļ
props.d.ts 3903c18ce2 first commit 9 mēneši atpakaļ
props.js 3903c18ce2 first commit 9 mēneši atpakaļ
type.d.ts 3903c18ce2 first commit 9 mēneši atpakaļ
type.js 3903c18ce2 first commit 9 mēneši atpakaļ

README.en-US.md

:: BASE_DOC ::

API

Grid Props

name | type | default | description | required -- | -- | -- | -- | -- align | String | center | options:left/center | N border | Boolean / Object | false | Typescript:boolean \| { color?: string; width?: string; style?: 'solid' \| 'dashed' \| 'dotted' \| 'double' \| 'groove' \| 'inset' \| 'outset' } | N column | Number | 4 | - | N custom-style | String | - | - | N external-classes | Array | - | ['t-class'] | N gutter | Number | - | - | N hover | Boolean | false | - | N theme | String | default | options:default/card | N

GridItem Props

name | type | default | description | required -- | -- | -- | -- | -- badge-props | Object | null | Typescript:BadgePropsBadge API Documentssee more ts definition | N custom-style | String | - | - | N description | String / Slot | - | - | N external-classes | Array | - | ['t-class', 't-class-image', 't-class-text', 't-class-description'] | N icon | String | - | - | N image | String / Slot | - | - | N image-props | Object | - | - | N jump-type | String | navigate-to | options:redirect-to/switch-tab/relaunch/navigate-to | N layout | String | vertical | options:vertical/horizontal | N text | String / Slot | - | - | N url | String | - | - | N