Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Document component use in form description #153

Merged
merged 1 commit into from
Jan 5, 2018

Conversation

siddharthkp
Copy link
Contributor

@siddharthkp siddharthkp commented Jan 5, 2018

You can do things like this:

<Form.TextInput
    label="Field label"
    type="text"
    placeholder="Enter something"
    description={
      <span>
        Find more about it <a href="link">here</a>
      </span>
    }
  />

@siddharthkp siddharthkp added the 📚docs All things related to documentation label Jan 5, 2018
@siddharthkp siddharthkp merged commit 0bf2224 into master Jan 5, 2018
@nkohari nkohari deleted the doc-description-form branch March 13, 2018 15:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
📚docs All things related to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant