Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 408 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 408 Bytes

ExampleComponent Component

[Summary]

  • NameSpace: Base
  • Type: [functional | higher-order | page]
  • Options:
    • prop1: STRING (default 'defaultValue') [Description]
    • prop2: STRING (default 'defaultValue') [Description]
    • prop3: STRING (default 'defaultValue') [Description]
<ExampleComponent
  prop1={exampleInput}
  prop2={exampleInput}
  prop3={exampleInput}
/>