Primitives
🚧
This page is under construction.
<c.article>
<c.h1>Hey, Little Songbird</c.h1>
<c.p>
by <c.a href="/author/hades">Hades</c.a>
</c.p>
<c.button onPress={play}>
<c.span>Play</c.span>
</c.button>
</c.article>
API Reference
The following props are available on all primitive components (except <c.svg>
child components).
Prop | Type | Default | Description |
---|---|---|---|
className | string | — | |
id | string | — | |
role | "tablist" | "tab" | "tabpanel" | — | |
tabIndex | 0 | -1 | — | |
ariaHidden | boolean | — | |
ariaLabel | string | — | |
ariaLabelledBy | string | — | |
ariaModal | boolean | — | |
ariaControls | string | — | |
ariaBusy | boolean | — | |
ariaChecked | boolean | "mixed" | — | |
ariaDisabled | boolean | — | |
ariaExpanded | boolean | — | |
ariaSelected | boolean | — | |
ariaCurrent | "page" | — |