Function ButtonLink

  • Parameters

    • __namedParameters: {
          children?: ReactNode;
          className?: string;
          href?: string;
          icon?: string;
      } & AnchorHTMLAttributes<HTMLAnchorElement> & VariantSelection<{
          position: {
              center: {
                  justifyContent: "center";
                  width: "100%";
              };
              inline: {
                  display: "inline-flex";
              };
              left: {
                  justifyContent: "left";
                  width: "100%";
              };
              right: {
                  justifyContent: "right";
                  width: "100%";
              };
          };
      }>

    Returns Element

Generated using TypeDoc