js/ui/components/theme

js/ui/components/theme.ts

fino:ui/components/theme — semantic style tokens shared by UI render targets.

import { styles, Text } from 'fino:ui/components';

Text({ style: [styles.bold, styles.accent], children: 'ready' });

Constants

const styles

Default semantic style token table.

Types

type StyleToken = keyof typeof styles

Name of a default semantic style token.