UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

13 lines (12 loc) 367 B
import { jsx, jsxs } from "react/jsx-runtime"; const Fieldset = ({ legend, children })=>/*#__PURE__*/ jsxs("fieldset", { className: "cobalt-Fieldset", children: [ /*#__PURE__*/ jsx("legend", { children: legend }), children ] }); export { Fieldset }; //# sourceMappingURL=Fieldset.js.map