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 form input styles #21

Closed
wants to merge 3 commits into from
Closed

Add form input styles #21

wants to merge 3 commits into from

Conversation

cdriehuys
Copy link
Owner

Addresses #20

This PR adds custom form fields that can be added to any form.

@codecov
Copy link

codecov bot commented Oct 13, 2017

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #21   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           16     18    +2     
  Lines          101    110    +9     
  Branches         5      8    +3     
======================================
+ Hits           101    110    +9
Impacted Files Coverage Δ
src/components/RegistrationForm.jsx 100% <ø> (ø) ⬆️
src/components/Input.jsx 100% <100%> (ø)
src/components/Field.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 50963aa...371addc. Read the comment docs.

A field encapsulates a label and text input for a form.
@cdriehuys
Copy link
Owner Author

cdriehuys commented Oct 14, 2017

This was merged in 9d7694d.

@cdriehuys cdriehuys closed this Oct 14, 2017
@cdriehuys cdriehuys deleted the feature/input-styles branch October 14, 2017 00:01
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