-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/twisty/formsy-react-compo…
- Loading branch information
Showing
3 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Components | ||
|
||
**Note:** Docs are in-progress. Have a look at the [examples](https://github.com/twisty/formsy-react-components/tree/master/examples) to see how things work. | ||
|
||
The components included are: | ||
|
||
* `<Checkbox>` | ||
* `<CheckboxGroup>` | ||
* [`<File>`](file.md) | ||
* `<Input>` | ||
* `<RadioGroup>` | ||
* `<Select>` | ||
* `<Textarea>` | ||
|
||
--- | ||
|
||
For convenience, we also ship a `<Form>` component that wraps `formsy-react`’s `<Form>` component and allows you to define some common props that will be picked-up by child components in the form. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters