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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,12 @@ If you want to set the default state you can do something like that:
89
89
90
90
You can use `React.createClass` in your code examples, but it’s often a good idea to define them in a separate JavaScript file instead and then just require them in Markdown.
91
91
92
+
[lodash](https://lodash.com/) library is available at the `_` object:
93
+
94
+
```js
95
+
<List items={_.range(7).map(i=>`Item ${i}`)}/>
96
+
```
97
+
92
98
## Configuration
93
99
94
100
You can change some settings in the `styleguide.config.js` file in your project’s root folder.
0 commit comments