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

docs: add recaptcha examples #358

Merged
merged 9 commits into from
Oct 28, 2018
Merged

Conversation

AlejandroYanes
Copy link
Collaborator

fixes #331

<div>
<GlobalHeader src="images/user/user3.jpg" />
<form>
<div className="rainbow-p-around_x-large rainbow-p-around_x-large rainbow-flex rainbow-flex_column">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need this container. You can add the className in the <form> tag

<GlobalHeader src="images/user/user3.jpg" />
<form>
<div className="rainbow-p-around_x-large rainbow-p-around_x-large rainbow-flex rainbow-flex_column">
<div className="rainbow-flex rainbow-justify_spread">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is the title of the form?

onChange={(v) => console.log(v)} />
</div>
<form>
<div className="rainbow-p-around_x-large rainbow-p-around_x-large rainbow-flex rainbow-flex_column">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same^^

@coveralls
Copy link

Pull Request Test Coverage Report for Build 91

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 74.773%

Totals Coverage Status
Change from base Build 67: 0.03%
Covered Lines: 1100
Relevant Lines: 1402

💛 - Coveralls

@LeandroTorresSicilia LeandroTorresSicilia merged commit 6c85d22 into master Oct 28, 2018
@TahimiLeonBravo TahimiLeonBravo deleted the add-recaptcha-examples branch September 23, 2019 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: add examples to the reCaptcha component
4 participants