Skip to content

Commit

Permalink
feat: update card doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leehaoChen committed Jan 14, 2024
1 parent 5fe4456 commit 324623f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/shineout/src/card/__example__/02-shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* cn - 阴影
* -- 可以通过 shadow 属性控制阴影
* -- 可以通过 `shadow` 属性控制阴影
* en - BoxShadow
* -- Set the shadow property to determined how to display the shadow.
* -- Set the `shadow` property to determined how to display the shadow.
*/
import React from 'react';
import { Card, TYPE } from 'shineout';
Expand Down
4 changes: 2 additions & 2 deletions packages/shineout/src/card/__example__/07-collpase.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* cn - 折叠
* -- 设置 collapsible 可以折叠 Card,通过 collapsed 或 defaultCollapsed 属性控制状态
* -- 设置 `collapsible` 可以折叠 Card,通过 collapsed 或 defaultCollapsed 属性控制状态
* en - Collapse
* -- Set collapsible can collapse the Card panel.
* -- Set `collapsible` can collapse the Card panel.
*/
import React from 'react';
import { Card, DatePicker } from 'shineout';
Expand Down

0 comments on commit 324623f

Please sign in to comment.