@opendatalabs/vana-react - v0.3.1
    Preparing search index...

    Interface VanaAppSocialShareClassNames

    CSS class name configuration for styling all parts of the VanaAppSocialShareWidget.

    Provides granular control over component styling. All class names are optional. Platform-specific button styles can be applied using CSS attribute selectors: [data-platform="twitter"], [data-platform="facebook"], etc.

    interface VanaAppSocialShareClassNames {
        button?: string;
        buttons?: string;
        progress?: string;
        root?: string;
        title?: string;
        toast?: string;
        toastContent?: string;
    }
    Index

    Properties

    button?: string

    CSS class applied to all share buttons

    buttons?: string

    CSS class for the buttons container

    progress?: string

    CSS class for the countdown progress bar

    root?: string

    CSS class for the root container element

    title?: string

    CSS class for the title section (includes icon and text)

    toast?: string

    CSS class for the toast notification container (if using internal toast)

    toastContent?: string

    CSS class for the toast content wrapper