@suluk/shadcn - v0.1.2
    Preparing search index...

    Interface ShadcnThemeOptions

    interface ShadcnThemeOptions {
        style?: string;
        baseColor?: string;
        cssPath?: string;
        darkSelector?: string;
        rsc?: boolean;
    }
    Index

    Properties

    style?: string

    shadcn style. Default "new-york".

    baseColor?: string

    base color name for components.json. Default "neutral".

    cssPath?: string

    the globals.css path recorded in components.json. Default "src/app/globals.css".

    darkSelector?: string

    the dark-mode selector (shadcn convention is .dark; saastarter uses [data-theme='dark']). Default ".dark".

    rsc?: boolean

    React Server Components flag for components.json. Default true.