File tree Expand file tree Collapse file tree 5 files changed +12
-73
lines changed Expand file tree Collapse file tree 5 files changed +12
-73
lines changed Original file line number Diff line number Diff line change
1
+ /_site
2
+ /.jekyll-cache
3
+ /assets
4
+ /Gemfile.lock
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
7
7
# gem "rails"
8
8
9
9
gem "jekyll" , "~> 4.2"
10
+ gem "just-the-docs"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ theme : " just-the-docs"
2
+ baseurl : " /typed-react-form"
1
3
remote_theme : pmarsceill/just-the-docs
2
4
3
5
aux_links :
4
- " GitHub " :
5
- - " https://github.com/CodeStix/typed-react-form"
6
-
6
+ " GitHub " :
7
+ - " https://github.com/CodeStix/typed-react-form"
7
8
8
9
aux_links_new_tab : true
9
10
@@ -12,4 +13,4 @@ gh_edit_link_text: "Edit this page on GitHub."
12
13
gh_edit_repository : " https://github.com/CodeStix/typed-react-form" # the github URL for your repo
13
14
gh_edit_branch : " master" # the branch that your docs is served from
14
15
gh_edit_source : docs # the source that your files originate from
15
- gh_edit_view_mode : " tree" # "tree" or "edit" if you want the user to jump into the editor immediately
16
+ gh_edit_view_mode : " tree" # "tree" or "edit" if you want the user to jump into the editor immediately
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ export function FieldError<
24
24
*
25
25
* **Examples**
26
26
*
27
- * `<FieldError as="textarea" rows={10 } />`
27
+ * `<FieldError as="span" style={{color: "red"} } />`
28
28
*
29
- * `<FieldError as={CustomInput } {...} />`
29
+ * `<FieldError as={CustomError } {...} />`
30
30
*/
31
31
as ?: C ;
32
32
transformer ?: ( error : Error ) => React . ReactNode ;
You can’t perform that action at this time.
0 commit comments