Skip to content

Commit 3f0258c

Browse files
feat: added badge to readme
1 parent 7d8f032 commit 3f0258c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,19 @@ export const AppBodyLargeText: React.FC<PropsWithChildren> = ({children}) => {
212212
![linear activity indicator gif](https://ik.imagekit.io/Computools/rn-material-components/linear-indicator-gif.gif?updatedAt=1705066319092)
213213
</details>
214214
</details>
215+
<details><summary>Badge</summary>
216+
<br />
217+
218+
**Properties**
219+
220+
| name | description | type | default |
221+
| ------ | ------ | ------ | ----|
222+
| value | required | string | - |
223+
| valueStyle | - | TextStyle | - |
224+
225+
![badge light theme](https://ik.imagekit.io/Computools/rn-material-components/badge_light.png?updatedAt=1733926687727)
226+
![badge dark theme](https://ik.imagekit.io/Computools/rn-material-components/badge_dark.png?updatedAt=1733926687741)
227+
</details>
215228
<details><summary>Buttons</summary>
216229
<br />
217230
<details><summary>Common buttons</summary>

0 commit comments

Comments
 (0)