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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ The easiest way to use react-checkbox-tree is to install from NPM and include it
17
17
npm install react-checkbox-tree --save
18
18
```
19
19
20
+
> **Note**– This library requires that [Font Awesome](http://fontawesome.io/) styles are loaded in the browser.
21
+
20
22
# Usage
21
23
22
24
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