• Paper component for displaying a paper with colored border.

    Renders a paper with colored border, optionally with animation and tooltip on hover.

    Parameters

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

    A paper with colored and optionally animated border.

    Example

    <BorderedPaper color="blue" isAnimated={true} tooltip="tooltip">
    {children}
    </BorderedPaper>

Generated using TypeDoc