@tarojsx/ui
Version:
We reinvents the UI for Taro3+
60 lines (34 loc) • 1.17 kB
Markdown
---
id: "_badge_.badgeprops"
title: "BadgeProps"
sidebar_label: "BadgeProps"
---
## Hierarchy
* **BadgeProps**
## Index
### Properties
* [className](_badge_.badgeprops.md#optional-classname)
* [dot](_badge_.badgeprops.md#optional-dot)
* [maxValue](_badge_.badgeprops.md#optional-maxvalue)
* [style](_badge_.badgeprops.md#optional-style)
* [value](_badge_.badgeprops.md#optional-value)
## Properties
### `Optional` className
• **className**? : *string*
*Defined in [src/Badge.tsx:8](https://github.com/tarojsx/ui/blob/v0.11.0/src/Badge.tsx#L8)*
___
### `Optional` dot
• **dot**? : *boolean*
*Defined in [src/Badge.tsx:10](https://github.com/tarojsx/ui/blob/v0.11.0/src/Badge.tsx#L10)*
___
### `Optional` maxValue
• **maxValue**? : *number*
*Defined in [src/Badge.tsx:12](https://github.com/tarojsx/ui/blob/v0.11.0/src/Badge.tsx#L12)*
___
### `Optional` style
• **style**? : *CSSProperties*
*Defined in [src/Badge.tsx:9](https://github.com/tarojsx/ui/blob/v0.11.0/src/Badge.tsx#L9)*
___
### `Optional` value
• **value**? : *number | string*
*Defined in [src/Badge.tsx:11](https://github.com/tarojsx/ui/blob/v0.11.0/src/Badge.tsx#L11)*