Specific rules:
This rules are specific rules for reveni-ui, maybe would be conflictive with the general rules but follow this rules:
- ALWAYS ADD PROPTYPES: When adding new props to a component, you MUST also add them to the component's
propTypesdefinition. - STORYBOOK STORIES: DO NOT use the
Template.bind({})pattern with.args. Each story MUST be an independent function with its own explicit JSX.