Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(form-checkbox): Support button style checkbox #729

Merged
merged 7 commits into from Jul 25, 2017

Commits on Jul 23, 2017

  1. feat(form-checkbox): Support button style checkbox

    Support rending checkbox in button style, by setting the prop `button`.
    
    Button variant style cane be set via the prop `button-variant`. Defaults to `secondary`.
    
    `button` prop has precedence over `plain` prop
    tmorehouse committed Jul 23, 2017
    Copy the full SHA
    31ea1f9 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tmorehouse committed Jul 23, 2017
    Copy the full SHA
    954ebad View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Update README.md

    mosinve committed Jul 24, 2017
    Copy the full SHA
    2421a73 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tmorehouse committed Jul 24, 2017
    Copy the full SHA
    8525ba9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Update README.md

    tmorehouse committed Jul 25, 2017
    Copy the full SHA
    5613449 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    mosinve committed Jul 25, 2017
    Copy the full SHA
    2f8be72 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    tmorehouse committed Jul 25, 2017
    Copy the full SHA
    8ace7e0 View commit details
    Browse the repository at this point in the history