1.x - Resolution to the issue 3388876
- There were duplicate title values in multiple story files. Which would trigger a warning during the Storybook build: "Duplicate stories with id: xxx." Resolved by supplying unique titles for each unique component.
- Introduce the README file with a brief description and a few notes of considerations when using the code provided in the module.
- Move the default values for arguments from the deprecated property "defaultValue" into the "args" object.