Back to Tamagui

HTML Elements

code/tamagui.dev/data/docs/components/html-elements/1.0.0.mdx

1.144.4503 B
Original Source

To assist in creating accessible web apps, the following components are exported, all mapping directly to DOM elements of the lowercase names:

  • Section (section)
  • Article (article)
  • Main (main)
  • Header (header)
  • Aside (aside)
  • Footer (footer)
  • Nav (nav)

Installation

It's exported by tamagui, or:

bash
npm install @tamagui/elements

HTML element props

All HTML components extend View, inheriting all the Tamagui standard props.