Skip to content

Commit 180ceaf

Browse files
authored
Merge pull request #63 from ismamz/v1.11.4
v1.11.4
2 parents 99e170f + fedf2b1 commit 180ceaf

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@ export default function App() {
8686

8787
## IconProps
8888

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 |
9495

9596
## Figma Plugin
9697

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap-icons",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"description": "React component for Bootstrap Icons",
55
"main": "build/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)