WGShare.Client.Wx/miniprogram_npm/tdesign-miniprogram/grid
yj d281aab5b3 Initial Commit 2024-11-11 14:16:29 +08:00
..
README.en-US.md Initial Commit 2024-11-11 14:16:29 +08:00
README.md Initial Commit 2024-11-11 14:16:29 +08:00
grid.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
grid.js Initial Commit 2024-11-11 14:16:29 +08:00
grid.json Initial Commit 2024-11-11 14:16:29 +08:00
grid.wxml Initial Commit 2024-11-11 14:16:29 +08:00
grid.wxss Initial Commit 2024-11-11 14:16:29 +08:00
props.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
props.js Initial Commit 2024-11-11 14:16:29 +08:00
type.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
type.js Initial Commit 2024-11-11 14:16:29 +08:00

README.en-US.md

:: BASE_DOC ::

API

Grid Props

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

GridItem Props

name type default description required
badge-props Object null TypescriptBadgePropsBadge API Documentssee more ts definition N
description String / Slot - - N
external-classes Array - ['t-class', 't-class-image', 't-class-text', 't-class-description'] N
icon String / Object - - N
image String / Slot - - N
image-props Object - - N
jump-type String navigate-to optionsredirect-to/switch-tab/relaunch/navigate-to N
layout String vertical optionsvertical/horizontal N
text String / Slot - - N
url String - - N