Skip to content

Instantly share code, notes, and snippets.

@d88naimi
Created September 7, 2021 18:26
Show Gist options
  • Save d88naimi/f03da3c98f7931f0e1564c6ebb4611b4 to your computer and use it in GitHub Desktop.
Save d88naimi/f03da3c98f7931f0e1564c6ebb4611b4 to your computer and use it in GitHub Desktop.
ButtonGroup.js
<ButtonGroup>
<Button text="Button 1" />
<Button text="Button 2" />
<Button text="Button 3" />
</ButtonGroup>
<br />
<ButtonGroup>
<Button type="cancel" text="Cancel" />
<Button type="save" text="Save" />
</ButtonGroup>
<br />
<ButtonGroup>
<Button type="save" text="Button 1" />
<Button type="warn" text="Button 2" />
<Button type="cancel" text="Button 3" />
<Button type="alt" text="Button 4" />
<Button kind="" text="Button 5" />
<Button disabled={true} text="Button Disabled" />
</ButtonGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment