HTML Elements
Render semantic HTML with these elements.
To assist in creating accessible web apps, the following components are exported which map to their respective HTML dom elements:
Section
(htmlsection
)Article
(htmlarticle
)Main
(htmlmain
)Header
(htmlheader
)Aside
(htmlaside
)Footer
(htmlfooter
)Nav
(htmlnav
)
On native, these elements will render the same.
HTML element props
All HTML components extend YStack, inheriting all the Tamagui standard props.