# @osui/segmented

## 安装说明

### 方式一

单包使用

```
yarn install @osui/segmented
```

```
import Segmented from '@osui/segmented'
```

### 方式二

从 `@osui/ui` 统一引入

```
yarn install @osui/ui
```

```
import {Segmented} from '@osui/ui';
```



