UNPKG

@atlaskit/form

Version:

A form allows people to input information.

16 lines 531 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"; var fieldsetLabelStyles = null; /** * __Legend__ * * A Legend represents a caption for a fieldset in a user interface. */ export var Legend = function Legend(_ref) { var children = _ref.children; return /*#__PURE__*/React.createElement("legend", { className: ax(["_11c8wadc _1e0c1o8l _syazazsu _k48pwu06 _6rth1b66 _1pfhze3t"]) }, children); };