Skip to content

Commit

Permalink
Prepare for v1 (#5)
Browse files Browse the repository at this point in the history
* Replace fcSize with lg/md/sm

* Remove explicit height

* Bump to 1.0.0
  • Loading branch information
cheton authored Apr 25, 2019
1 parent 368666b commit d94436d
Show file tree
Hide file tree
Showing 16 changed files with 312 additions and 115 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,27 @@ const FormGroup = styled.div`
Name | Type | Default | Description
:--- | :--- | :------ | :----------
tag | element | 'div' |
fcSize | One of:<br/>'lg'<br/>'md'<br/>'sm' | 'md' |
lg | boolean | false |
md | boolean | true |
sm | boolean | false |

#### Input

Name | Type | Default | Description
:--- | :--- | :------ | :----------
tag | element | 'input' |
fcSize | One of:<br/>'lg'<br/>'md'<br/>'sm' | 'md' |
lg | boolean | false |
md | boolean | true |
sm | boolean | false |

#### Select

Name | Type | Default | Description
:--- | :--- | :------ | :----------
tag | element | 'select' |
fcSize | One of:<br/>'lg'<br/>'md'<br/>'sm' | 'md' |
lg | boolean | false |
md | boolean | true |
sm | boolean | false |

#### Textarea

Expand Down
16 changes: 2 additions & 14 deletions dist/react-form-control.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-form-control.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-form-control.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d94436d

Please sign in to comment.