Skip to content

Instantly share code, notes, and snippets.

@imparvez
Created April 22, 2018 18:07
Show Gist options
  • Save imparvez/bfb8757815441d4e18aa279a60218f66 to your computer and use it in GitHub Desktop.
Save imparvez/bfb8757815441d4e18aa279a60218f66 to your computer and use it in GitHub Desktop.
<section className="section">
<Button state="isActive">Active</Button>
<Button state="isActive" color="isPrimary">Active</Button>
<Button state="isActive" color="isInfo">Active</Button>
<Button state="isActive" color="isSuccess">Active</Button>
<Button state="isActive" color="isDanger">Active</Button>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment