Position | Symbol | Name | Weight |
---|---|---|---|
1 | Hydrogen | 1.0079 | H |
2 | Helium | 4.0026 | He |
3 | Lithium | 6.941 | Li |
Alternative UI
Display an alternative interface using the alternative
property.
1 - 31 of 4
API Reference
Pagination
Property | Type | Description |
---|---|---|
data * | unknown[] | |
alternative | boolean | |
textSeparator | string | |
titleFirst | string | |
titlePrevious | string | |
titleNumeral | string | |
titleNext | string | |
titleLast | string | |
base | string | |
background | string | |
border | string | |
gap | string | |
padding | string | |
rounded | string | |
classes | string | |
buttonBase | string | |
buttonActive | string | |
buttonInactive | string | |
buttonHover | string | |
buttonClasses | string | |
labelFirst | ReactNode | |
labelPrevious | ReactNode | |
labelEllipsis | ReactNode | |
labelNext | ReactNode | |
labelLast | ReactNode | |
count * | number | |
ids | Partial<{ root: string; ellipsis(index: number): string; prevTrigger: string; nextTrigger: string; item(page: number): string; }> | |
translations | IntlTranslations | |
pageSize | number | |
siblingCount | number | |
page | number | |
onPageChange | (details: PageChangeDetails) => void | |
onPageSizeChange | (details: PageSizeChangeDetails) => void | |
type | "button" | "link" | |
dir | "ltr" | "rtl" | |
getRootNode | () => ShadowRoot | Node | Document | |