@refinio/one.ui
    Preparing search index...
    • This component displays the basic button

      Parameters

      • props: {
            children?: ReactNode;
            className?: string;
            clickCallback?: () => void;
            icon?: ReactElement<unknown, string | JSXElementConstructor<any>>;
            text?: string;
            variant?: "text" | "outlined" | "contained";
        }

        Properties of this view:

        • Optionalchildren?: ReactNode

          The children of the button

        • OptionalclassName?: string
        • OptionalclickCallback?: () => void

          Handler for when the menu button is clicked

        • Optionalicon?: ReactElement<unknown, string | JSXElementConstructor<any>>

          The start icon of the button

        • Optionaltext?: string

          The text of the button

        • Optionalvariant?: "text" | "outlined" | "contained"

          The variant of the button

      Returns ReactElement