File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,12 @@ export default function App() {
86
86
87
87
## IconProps
88
88
89
- | Name | Type | Description |
90
- | -------- | ---------------- | ---------------------------------------------- |
91
- | ` color? ` | string | color of the icon |
92
- | ` size? ` | string \| number | size of the icon (` width ` and ` height ` ) |
93
- | ` title? ` | string | provides an accessible, short-text description |
89
+ | Name | Type | Description |
90
+ | ------------ | ---------------- | ---------------------------------------------- |
91
+ | ` color? ` | string | color of the icon |
92
+ | ` size? ` | string \| number | size of the icon (` width ` and ` height ` ) |
93
+ | ` title? ` | string | provides an accessible, short-text description |
94
+ | ` className? ` | string | ` bi bi-{icon-name} ` and add your own classes |
94
95
95
96
## Figma Plugin
96
97
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-bootstrap-icons" ,
3
- "version" : " 1.11.3 " ,
3
+ "version" : " 1.11.4 " ,
4
4
"description" : " React component for Bootstrap Icons" ,
5
5
"main" : " build/index.js" ,
6
6
"module" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments