Components for Standard HTML Elements
Flow comes with a set of components for standard HTML elements.
The module flow-html-components contains:
| Component | HTML Element | Notes |
|---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Standard HTML components have an API that allows you to set most typical properties and attributes. You can also use the Element API to set any property or attribute, if the component API doesn’t have an appropriate method.
Components that can contain other components implement the HtmlContainer interface to create a hierarchical structure.
The Element API allows you to create any standard HTML element using the Element constructor.
The ElementFactory class contains factory methods for many standard HTML elements.
6774751B-921E-4B79-941E-830D9C3532B4