@stanfordspezi/spezi-web-design-system
Version:
Stanford Biodesign Digital Health Spezi Web Design System
24 lines (23 loc) • 500 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { c as n } from "./index-2NvaPZWc.mjs";
import r from "./info-Rwd6b8T2.mjs";
const s = ({
className: t,
...e
}) => /* @__PURE__ */ o(
"button",
{
"data-slot": "info-button",
type: "button",
className: n(
"interactive-opacity text-muted-foreground size-4 rounded-md",
t
),
"aria-label": "More information",
...e,
children: /* @__PURE__ */ o(r, { className: "size-full" })
}
);
export {
s as I
};