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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ register(
53
53
54
54
```
55
55
56
-
where `selectors` is an object on functions like:
56
+
where `selectors` is an object with functions like:
57
57
58
58
```js
59
59
{
@@ -177,6 +177,7 @@ When `isGlobal = true` decorator will consider all passing data as global
177
177
### Pass parameters to addon
178
178
179
179
Creates functions for passing parameters to your addon
180
+
180
181
See usage above
181
182
182
183
```js
@@ -202,7 +203,7 @@ setConfig({
202
203
```
203
204
You should run it **before** using `register`, `setParameters` and `createDecorator`
204
205
205
-
>Note: don't remember to use setConfig both in on manager and preview sides with the same parameters
206
+
>Note: don't forget to use setConfig both in on manager and preview sides with the same parameters
206
207
207
208
208
209
### Addon panel UI components
@@ -240,13 +241,13 @@ register()(AddonPanel)
240
241
241
242
```
242
243
243
-
<Layout> has `display: flex` with `flex-direction: row` when bottom and `flex-direction: column` in right side.
244
+
`<Layout>` has `display: flex` with `flex-direction: row` when bottom and `flex-direction: column` in right side.
244
245
245
-
You can specify the size of <Block>. In case of horizontal layout it will be the width, in case of vertical - height of element.
246
+
You can specify the size of `<Block>`. In case of horizontal layout it will be the width, in case of vertical - height of element.
246
247
247
248
Otherwise it will have `flex-grow: 1`
248
249
249
250
## Credits
250
251
251
-
<divalign="left"style="height: 16px;">Created with ❤︎ to <b>React</b> and <b>Storybook</b> by <ahref="https://twitter.com/UsulPro">@usulpro</a> [<ahref="https://github.com/react-theming">React Theming</a>]
252
+
<divalign="left"style="height: 16px;">Created with ❤︎ to <b>React</b> and <b>Storybook</b> by <ahref="https://twitter.com/UsulPro">Oleg Proskurin</a> [<ahref="https://github.com/react-theming">React Theming</a>]
0 commit comments