Harmless
    Preparing search index...

    Interface AProperties

    Properties for the A component.

    interface AProperties {
        activeClass?: string;
        children?: Element;
        href: string;
        inactiveClass?: string;
    }
    Index

    Properties

    activeClass?: string

    CSS class to set if the route of this link is currently active.

    children?: Element

    The link children to render.

    href: string

    The route path to link to.

    inactiveClass?: string

    CSS class to set if the route of this link is currently inactive.