wwwwwwwwwwwwwwwwwww
Introduction
Installation
Releases

Core

Configuration
Tokens
Stack & Text
styled
Variants
Props
Themes
Animations
Theme
useMedia
useTheme
FontLanguage
Extras

Compiler

About
Install
Benchmarks

Theme

Colors
Tokens

Tamagui

Stacks
Headings
Text

Forms

Button
Checkbox
Form
Input & TextArea
Label
Progress
RadioGroup
Select
Slider
Switch
ToggleGroup

Panels

AlertDialog
Dialog
Popover
Sheet
Tooltip
Toast

Organize

Accordion
Group
Tabs

Content

Avatar
Card
Image
ListItem

Visual

LinearGradient
Separator
Square & Circle

Etc

Anchor
HTML Elements
ScrollView
Spinner
Unspaced
VisuallyHidden

Extras

Lucide Icons

Guides

Design Systems
Creating Custom Themes
How to Build a Button
Developing
Next.js
Expo
Vite
create-tamagui

Community

Community
Blog
GitHub
Twitter
Discord

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 (html section)
  • Article (html article)
  • Main (html main)
  • Header (html header)
  • Aside (html aside)
  • Footer (html footer)
  • Nav (html nav)

On native, these elements will render the same.

HTML element props

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

Previous

Anchor

Next

ScrollView