Skip to content

andrerpena/redux-autoform-bootstrap-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux-autoform-bootstrap-ui Build Status npm version

NPM NPM

Bootstrap UI for redux-autoform

Be patient. This documentation is still under construction. Pull-requests are welcome.

Components

###TextBox###

Specific metadata for the TextBox component. Common metadata is not listed.

Metadata Description
placeholder The text that should be displayed as a hint when there's no value.
addonBefore The text that should be added-on before the component.
addonAfter The text that should be added-on after the component.

TextBox demo

###TextArea

Specific metadata for the TextBox component. Common metadata is not listed.

Metadata Description
placeholder The text that should be displayed as a hint when there's no value.
addonBefore The text that should be added-on before the component.
addonAfter The text that should be added-on after the component.
rows The number of rows.

TextArea demo

###CheckBox

Checkbox demo.

###Select

Specific metadata for the Select component. Common metadata is not listed.

Metadata Description
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

Select demo.

###Lookup

Specific metadata for the Lookup component. Common metadata is not listed.

Metadata Description
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

Lookup demo.

###DateTimePicker

###Specific metadata for the DateTimePicker component. Common metadata is not listed.

Metadata Description
format Any format supported by Moment.js. Defaults to your locale configuration. Make sure you have it properly configured.

DateTimePicker demo.

##Third party

The DefaultComponentFactory relies on third-party components. Here's the list:

About

Bootstrap UI extension for redux-autoform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • CSS 6.1%
  • HTML 0.6%