You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4.0/api/CBadge.api.mdx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
|**className**| A string of all className you want applied to the component. |`string`| - |
4
4
|**color**| Sets the color context of the component to one of CoreUI’s themed colors. | `{'primary'| 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string}` | - |
5
5
|**component**| Component used for the root node. Either a string to use a HTML element or a component. | `string | ComponentClass<any,any> | FunctionComponent<any>` | 'span' |
6
+
|**position**| Position badge in one of the corners of a link or button. | `'top-start' | 'top-end' | 'bottom-end' | 'botttom-start'` | - |
|**textColor**| Sets the text color of the component to one of CoreUI’s themed colors. | `'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | 'white' | 'muted' | string` | - |
0 commit comments