You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A heading element corresponding to the level defined.
Paragraph
Properties
Value
Output
A paragraph element
Separator
Output
A <hr/> element
Predefined widgets
Last but not least, we also need to be able to create predefined widgets with custom properties and/or inherit from standard widgets propertiers with some value enforced.
e.g: We could image a firstname input which inherits from a text input but with following properties:
```
label: 'firstname'
help_message: string
error_message: string
required:boolean
placeholder: 'Type your firstname'
min_length: 3
max_length: 50
type: 'text'
```
The text was updated successfully, but these errors were encountered:
Verna should embedded a set of standard widgets :
Form input widgets
May be this widget could be merged with the Dropdown menu by adding a
multiple: boolean
property 🤔Maybe this widget could be merged with the Attached file widget by adding a
multiple: boolean
property 🤔Layout widgets
<hr/>
elementPredefined widgets
Last but not least, we also need to be able to create predefined widgets with custom properties and/or inherit from standard widgets propertiers with some value enforced. e.g: We could image a firstname input which inherits from a text input but with following properties: ``` label: 'firstname' help_message: string error_message: string required:boolean placeholder: 'Type your firstname' min_length: 3 max_length: 50 type: 'text' ```
The text was updated successfully, but these errors were encountered: