@tarojsx/ui
Version:
We reinvents the UI for Taro3+
96 lines (54 loc) • 1.9 kB
Markdown
---
id: "_tag_.tagprops"
title: "TagProps"
sidebar_label: "TagProps"
---
## Hierarchy
* **TagProps**
## Index
### Properties
* [active](_tag_.tagprops.md#optional-active)
* [circle](_tag_.tagprops.md#optional-circle)
* [className](_tag_.tagprops.md#optional-classname)
* [disabled](_tag_.tagprops.md#optional-disabled)
* [name](_tag_.tagprops.md#optional-name)
* [onClick](_tag_.tagprops.md#optional-onclick)
* [size](_tag_.tagprops.md#optional-size)
* [style](_tag_.tagprops.md#optional-style)
* [type](_tag_.tagprops.md#optional-type)
## Properties
### `Optional` active
• **active**? : *boolean*
*Defined in [src/Tag.tsx:14](https://github.com/tarojsx/ui/blob/v0.11.0/src/Tag.tsx#L14)*
___
### `Optional` circle
• **circle**? : *boolean*
*Defined in [src/Tag.tsx:13](https://github.com/tarojsx/ui/blob/v0.11.0/src/Tag.tsx#L13)*
___
### `Optional` className
• **className**? : *string*
*Defined in [src/Tag.tsx:8](https://github.com/tarojsx/ui/blob/v0.11.0/src/Tag.tsx#L8)*
___
### `Optional` disabled
• **disabled**? : *boolean*
*Defined in [src/Tag.tsx:15](https://github.com/tarojsx/ui/blob/v0.11.0/src/Tag.tsx#L15)*
___
### `Optional` name
• **name**? : *string*
*Defined in [src/Tag.tsx:12](https://github.com/tarojsx/ui/blob/v0.11.0/src/Tag.tsx#L12)*
___
### `Optional` onClick
• **onClick**? : *CommonEventFunction*
*Defined in [src/Tag.tsx:16](https://github.com/tarojsx/ui/blob/v0.11.0/src/Tag.tsx#L16)*
___
### `Optional` size
• **size**? : *"small"*
*Defined in [src/Tag.tsx:11](https://github.com/tarojsx/ui/blob/v0.11.0/src/Tag.tsx#L11)*
___
### `Optional` style
• **style**? : *CSSProperties*
*Defined in [src/Tag.tsx:9](https://github.com/tarojsx/ui/blob/v0.11.0/src/Tag.tsx#L9)*
___
### `Optional` type
• **type**? : *"primary"*
*Defined in [src/Tag.tsx:10](https://github.com/tarojsx/ui/blob/v0.11.0/src/Tag.tsx#L10)*