application - v0.1.0
    Preparing search index...

    Props du composant Spinner

    type SpinnerProps = {
        size?: "small" | "medium" | "large";
        color?: "blue" | "white" | "gray";
        className?: string;
    }
    Index

    Properties

    size?: "small" | "medium" | "large"
    color?: "blue" | "white" | "gray"
    className?: string