banira
    Preparing search index...

    Interface ThemeScaffoldOptions

    interface ThemeScaffoldOptions {
        tagName?: string;
        tokens?: ImportedToken[];
    }
    Index

    Properties

    Properties

    tagName?: string

    Tag name for the theme-switch component (default theme-toggle).

    tokens?: ImportedToken[]

    Seed the light :root token set from these imported DTCG tokens (see parseDesignTokens) instead of the built-in default palette. The dark block is then scaffolded as guidance for you to fill in, since a single token document describes one theme.