Code
<Code lang="">code</Code>
Callout
Usage
<Callout closeButton dom="section"> Message </Callout>
Table
With caption / full-Width
Head | Head | Head |
---|---|---|
Cell | Cell | Cell |
Cell | Cell | Cell |
Cell | Cell | Cell |
Cell | Cell | Cell |
With caption / Center
Head | Head | Head |
---|---|---|
Cell | Cell | Cell |
Cell | Cell | Cell |
Cell | Cell | Cell |
Cell | Cell | Cell |
Usage
<Table caption="Table Caption" center fullWidth> <thead> <tr> <th>Head</th> <th>Head</th> <th>Head</th> </tr> </thead> <tbody> <tr> <td>Cell</td> <td>Cell</td> <td>Cell</td> </tr> </tbody> </Table>
Input
This is helpText
Usage
<Input label="Label" placeholder="Input text here..." helpText="This is helpText" errorMessage="Error!" required />
Textarea
This is helpText
Select
This is helpText
Usage
<Select label="Label" helpText="This is helpText" required errorMessage="Error!" options={{ option1: 'Option 1', option2: 'Option 2', option3: 'Option 3', }} />
Switch
Usage
<Switch />
Input Group
This is helpText
Usage
<InputGroup label="Label" placeholder="Input text here..." helpText="This is helpText" required />