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

Feature: Buttons (cta, primary, and secondary)! #34

Merged
merged 3 commits into from
Jun 6, 2020

Conversation

andria-dev
Copy link

@andria-dev andria-dev commented Jun 5, 2020

Buttons + Variations

This PR adds a new <Button> component that takes a variant property and grabs the correct styles for that button while still allowing you to pass whatever props you want through to Chakra UIs <Button> component.

Fixes #30

Pages/Interfaces that will change

None

Screenshots / video of changes

Screen recording of all variations
Default: image
Disabled: image

All default, hover, focus, active, and disabled styles should be present 👍

@andria-dev andria-dev added enhancement New feature or request UI Styling is expected to match brand guidelines. labels Jun 5, 2020
@andria-dev andria-dev self-assigned this Jun 5, 2020
@andria-dev andria-dev changed the title Buttons (cta, primary, and secondary)! Feature: Buttons (cta, primary, and secondary)! Jun 5, 2020
@racedale racedale removed the blocked label Jun 6, 2020
@andria-dev andria-dev merged commit e7d6a3e into master Jun 6, 2020
@racedale racedale deleted the feature/button+variants branch June 17, 2020 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UI Styling is expected to match brand guidelines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Button component and variations
3 participants