|
@@ -18,7 +18,6 @@ English | [简体中文](./README-zh_CN.md)
|
|
- 🌍 Internationalization Support for Dozens of Languages.
|
|
- 🌍 Internationalization Support for Dozens of Languages.
|
|
- 👏 Written in Typescript, Friendly Static Type Support.
|
|
- 👏 Written in Typescript, Friendly Static Type Support.
|
|
- 🥳 SSR (Sever Side Rendering) Compatible.
|
|
- 🥳 SSR (Sever Side Rendering) Compatible.
|
|
-- 🤩
|
|
|
|
|
|
|
|
# 🔥 Install
|
|
# 🔥 Install
|
|
|
|
|
|
@@ -42,7 +41,7 @@ import { Button, Switch } from '@douyinfe/semi-ui';
|
|
|
|
|
|
const App = () => (
|
|
const App = () => (
|
|
<>
|
|
<>
|
|
- <Button type="primary">primary button</Button>
|
|
|
|
|
|
+ <Button type='primary'>primary button</Button>
|
|
<Switch size='large' />
|
|
<Switch size='large' />
|
|
</>
|
|
</>
|
|
);
|
|
);
|