Reflex also provides a set of HTML elements that can be used to create web pages. These elements are the same as the HTML elements that are used in web development. These elements come unstyled bhy default. You can style them using style props or tailwindcss classes.
The following is a list of the HTML elements that are available in Reflex:
API Reference
rx.el.a
Links are accessible elements used primarily for navigation. This component is styled to resemble a hyperlink and semantically renders an .
Event Triggers
See the full list of default event triggersrx.el.blockquote
Display the blockquote element.
Event Triggers
See the full list of default event triggersrx.el.colgroup
Display the colgroup element.
Event Triggers
See the full list of default event triggersrx.el.fieldset
Display the fieldset element.
Event Triggers
See the full list of default event triggersrx.el.figcaption
Display the figcaption element.
Event Triggers
See the full list of default event triggersrx.el.noscript
Display the noscript element.
Event Triggers
See the full list of default event triggersrx.el.optgroup
Display the optgroup element.
Event Triggers
See the full list of default event triggersrx.el.progress
Display the progress element.
Event Triggers
See the full list of default event triggersrx.el.svg.linear_gradient
Display the linearGradient element.
Event Triggers
See the full list of default event triggersrx.el.svg.polygon
The SVG polygon component.
Event Triggers
See the full list of default event triggersrx.el.template
Display the template element.
Event Triggers
See the full list of default event triggersrx.el.title
Display the title element.
Props
No component specific props