Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/packages/card/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Used to display product pictures, prices and other information.
## Import

```tsx
import { Card, Price, Tag } from '@nutui/nutui-react'
import { Card } from '@nutui/nutui-react'
```

## Demo
Expand Down
2 changes: 1 addition & 1 deletion src/packages/card/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 引入

```tsx
import { Card, Price, Tag } from '@nutui/nutui-react'
import { Card } from '@nutui/nutui-react'
```

## 示例代码
Expand Down
2 changes: 1 addition & 1 deletion src/packages/card/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 引入

```tsx
import { Card, Price, Tag } from '@nutui/nutui-react-taro'
import { Card } from '@nutui/nutui-react-taro'
```

## 示例代码
Expand Down
2 changes: 1 addition & 1 deletion src/packages/card/doc.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 引入

```tsx
import { Card, Price, Tag } from '@nutui/nutui-react'
import { Card } from '@nutui/nutui-react'
```

## 示例代碼
Expand Down
2 changes: 1 addition & 1 deletion src/packages/collapse/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Place the content in multiple folded panels, and click the panel title to expand
## Import

```tsx
import { Collapse } from 'nutui-react'
import { Collapse } from '@nutui/nutui-react'
```

## Code demonstration
Expand Down
2 changes: 1 addition & 1 deletion src/packages/collapse/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 引入

```tsx
import { Collapse } from 'nutui-react'
import { Collapse } from '@nutui/nutui-react'
```

## 示例代码
Expand Down
2 changes: 1 addition & 1 deletion src/packages/collapse/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 引入

```tsx
import { Collapse } from 'nutui-react-taro'
import { Collapse } from '@nutui/nutui-react-taro'
```

## 示例代码
Expand Down
2 changes: 1 addition & 1 deletion src/packages/collapse/doc.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 引入

```tsx
import { Collapse } from 'nutui-react'
import { Collapse } from '@nutui/nutui-react'
```

## 示例代碼
Expand Down
2 changes: 1 addition & 1 deletion src/packages/sticky/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

效果同 css 中的 position: sticky,对低端浏览器可使用其做兼容

> 支持吸顶、吸底、容器内吸顶效果,也可以使用官方sticky组件 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/extended/component-plus/sticky.html
> 支持吸顶、吸底、容器内吸顶效果,也可以使用官方[sticky组件](https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/extended/component-plus/sticky.html)

## 引入

Expand Down
Loading