@@ -13,6 +13,7 @@ Bootstrap UI for [redux-autoform](https://github.com/redux-autoform/redux-autofo
13
13
14
14
15
15
- [ Introduction] ( #introduction )
16
+ - [ Demo] ( #demo )
16
17
- [ Getting started] ( #getting-started )
17
18
- [ Using] ( #using )
18
19
- [ Add the required third-party components] ( #add-the-required-third-party-components )
@@ -35,6 +36,10 @@ Bootstrap UI for [redux-autoform](https://github.com/redux-autoform/redux-autofo
35
36
36
37
Bootstrap UI for [ redux-autoform] ( https://github.com/redux-autoform/redux-autoform ) .
37
38
39
+ ## Demo
40
+
41
+ [ Demo] ( https://redux-autoform.github.io/redux-autoform-bootstrap-ui/demo.html )
42
+
38
43
## Getting started
39
44
40
45
### Using
@@ -90,7 +95,7 @@ placeholder | The text that should be displayed as a hint when there's no value.
90
95
addonBefore | The text that should be added-on before the component.
91
96
addonAfter | The text that should be added-on after the component.
92
97
93
- [ TextBox demo] ( http ://gearz-lab .github.io/redux-autoform/demo.html?preset=componentsTextBox)
98
+ [ TextBox demo] ( https ://redux-autoform .github.io/redux-autoform-bootstrap-ui /demo.html?preset=componentsTextBox)
94
99
95
100
### TextArea
96
101
@@ -103,11 +108,11 @@ addonBefore | The text that should be added-on before the component.
103
108
addonAfter | The text that should be added-on after the component.
104
109
rows | The number of rows.
105
110
106
- [ TextArea demo] ( http ://gearz-lab .github.io/redux-autoform/demo.html?preset=componentsTextArea)
111
+ [ TextArea demo] ( https ://redux-autoform .github.io/redux-autoform-bootstrap-ui /demo.html?preset=componentsTextArea)
107
112
108
113
### CheckBox
109
114
110
- [ Checkbox demo] ( http ://gearz-lab .github.io/redux-autoform/demo.html?preset=componentsCheckbox) .
115
+ [ Checkbox demo] ( https ://redux-autoform .github.io/redux-autoform-bootstrap-ui /demo.html?preset=componentsCheckbox) .
111
116
112
117
### Select
113
118
@@ -117,7 +122,7 @@ Metadata | Description
117
122
--- | ---
118
123
options | The options to display. Options are an array of objects with two properties: ** value** : The actual value that is stored in the model. ** text** : What is displayed to the user
119
124
120
- [ Select demo] ( http ://gearz-lab .github.io/redux-autoform/demo.html?preset=componentsSelect) .
125
+ [ Select demo] ( https ://redux-autoform .github.io/redux-autoform-bootstrap-ui /demo.html?preset=componentsSelect) .
121
126
122
127
### Lookup
123
128
@@ -127,7 +132,7 @@ Metadata | Description
127
132
--- | ---
128
133
options | The options to display. Options are an array of objects with two properties: ** value** : The actual value that is stored in the model. ** text** : What is displayed to the user
129
134
130
- [ Lookup demo] ( http ://gearz-lab .github.io/redux-autoform/demo.html?preset=componentsLookup) .
135
+ [ Lookup demo] ( https ://redux-autoform .github.io/redux-autoform-bootstrap-ui /demo.html?preset=componentsLookup) .
131
136
132
137
### DateTimePicker
133
138
---
@@ -139,7 +144,7 @@ Metadata | Description
139
144
format | Any format supported by [ Moment.js] ( http://momentjs.com/docs/#/parsing/string-format/ ) . Defaults to your locale configuration. Make sure you have it properly configured.
140
145
141
146
142
- [ DateTimePicker demo] ( http ://gearz-lab .github.io/redux-autoform/demo.html?preset=componentsDateTimePicker) .
147
+ [ DateTimePicker demo] ( https ://redux-autoform .github.io/redux-autoform-bootstrap-ui /demo.html?preset=componentsDateTimePicker) .
143
148
144
149
145
150
## Contributing
0 commit comments