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

Add custom button component #23

Merged
merged 1 commit into from
Oct 19, 2017
Merged

Add custom button component #23

merged 1 commit into from
Oct 19, 2017

Conversation

cdriehuys
Copy link
Owner

Addresses #20

This PR adds a custom styled button component. The button can be used to replace <button> or <a> tags.

@codecov
Copy link

codecov bot commented Oct 17, 2017

Codecov Report

Merging #23 into develop will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #23   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           21     22    +1     
  Lines          136    140    +4     
  Branches         8      8           
======================================
+ Hits           136    140    +4
Impacted Files Coverage Δ
src/components/RegistrationForm.jsx 100% <ø> (ø) ⬆️
src/components/Input.jsx 100% <100%> (ø) ⬆️
src/components/Button.jsx 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e8f45d...64aa289. Read the comment docs.

@cdriehuys cdriehuys merged commit 64aa289 into develop Oct 19, 2017
@cdriehuys cdriehuys deleted the feature/buttons branch October 19, 2017 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant