# 标签 Label

## 示例
### 基本形式

``` html
<u-linear-layout>
    <u-label>Label</u-label>
    <u-label color="primary">Primary</u-label>
    <u-label color="success">Success</u-label>
    <u-label color="warning">Warning</u-label>
    <u-label color="error">Error</u-label>
</u-linear-layout>
```

## API
### Slots

| Slot | Description |
| ---- | ----------- |
| (default) | 在插槽中插入文本或HTML |
