UNPKG

@atlaskit/form

Version:

A form allows people to input information.

17 lines 501 B
/* legend.tsx generated by @compiled/babel-plugin v3.0.2 */ import "./legend.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; const fieldsetLabelStyles = null; /** * __Legend__ * * A Legend represents a caption for a fieldset in a user interface. */ export const Legend = ({ children }) => { return /*#__PURE__*/React.createElement("legend", { className: ax(["_11c8wadc _1e0c1o8l _syazazsu _k48pwu06 _6rth1b66 _1pfhze3t"]) }, children); };