ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface IconTextFaderProps

    Props for the IconTextFader component

    interface IconTextFaderProps {
        children: ReactNode;
        text: string;
        active: boolean;
    }
    Index

    Properties

    Properties

    children: ReactNode

    Icon element to display

    text: string

    Text to display when fading from icon

    active: boolean

    Whether the component is in active state