Skip to content

Commit

Permalink
chore(doc): Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 31, 2021
1 parent d9c15ed commit d854035
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default class Demo extends React.Component {
- [SegmentedControl](https://github.com/uiwjs/react-native-uiw/tree/master/components/SegmentedControl/README.md)
- [Slider](https://github.com/uiwjs/react-native-uiw/tree/master/components/Slider/README.md)
- [Switch](https://github.com/uiwjs/react-native-uiw/tree/master/components/Switch/README.md)
- [SearchBar](https://github.com/uiwjs/react-native-uiw/tree/master/components/SearchBar/README.md)
- [SelectCascader](https://github.com/uiwjs/react-native-uiw/tree/master/components/SelectCascader/README.md)

#### Data Display
Expand All @@ -90,6 +91,7 @@ export default class Demo extends React.Component {
- [Grid](https://github.com/uiwjs/react-native-uiw/tree/master/components/Grid/README.md)
- [Icon](https://github.com/uiwjs/react-native-uiw/tree/master/components/Icon/README.md)
- [List](https://github.com/uiwjs/react-native-uiw/tree/master/components/List/README.md)
- [Table](https://github.com/uiwjs/react-native-uiw/tree/master/components/Table/README.md)
- [Typography](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md) [`H1~H6`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#标题) · [`<Del>`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#删除线) · [`<S>`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#删除线) · [`<U>`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#下划线) · [`<Strong>`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#加粗) · [`<Br />`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#换行) · [`<P />`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#段落) · [`<Hr />`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#水平线) · [`<Div />`](https://github.com/uiwjs/react-native-uiw/tree/master/components/Typography/README.md#div)

#### Feedback
Expand Down

0 comments on commit d854035

Please sign in to comment.