🚧 Work on React components and releases
This commit is contained in:
parent
10fc688be1
commit
9d54e25020
93 changed files with 1253 additions and 1785 deletions
|
@ -3,7 +3,7 @@ import { storiesOf } from "@storybook/react";
|
|||
import Lang from ".";
|
||||
|
||||
const props = {
|
||||
triggerAction: (type, data) =>
|
||||
raiseEvent: (type, data) =>
|
||||
console.log(`Action of type ${type} triggered, data passed is`, data),
|
||||
updateValue: (name, value) =>
|
||||
console.log(`Updated setting ${name}, value is now: ${value}`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue