Skip to content

Commit 75f5f42

Browse files
committed
Include Font Awesome requirement note
1 parent 8d8dd86 commit 75f5f42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The easiest way to use react-checkbox-tree is to install from NPM and include it
1717
npm install react-checkbox-tree --save
1818
```
1919

20+
> **Note** – This library requires that [Font Awesome](http://fontawesome.io/) styles are loaded in the browser.
21+
2022
# Usage
2123

2224
A quick usage example is included below. Note that the react-checkbox-tree component is [controlled](https://facebook.github.io/react/docs/forms.html#controlled-components). In other words, it is stateless. You must update its `checked` and `expanded` properties whenever a change occurs.

0 commit comments

Comments
 (0)