UNPKG

@mantine/spotlight

Version:

Command center components for react and Mantine

30 lines (26 loc) 851 B
'use client'; 'use strict'; var jsxRuntime = require('react/jsx-runtime'); var core = require('@mantine/core'); var Spotlight_context = require('./Spotlight.context.cjs'); var Spotlight_module = require('./Spotlight.module.css.cjs'); const SpotlightFooter = core.factory((props, ref) => { const { className, style, classNames, styles, ...others } = core.useProps( "SpotlightFooter", null, props ); const ctx = Spotlight_context.useSpotlightContext(); return /* @__PURE__ */ jsxRuntime.jsx( core.Box, { ref, ...ctx.getStyles("footer", { className, classNames, style, styles }), ...others } ); }); SpotlightFooter.classes = Spotlight_module; SpotlightFooter.displayName = "@mantine/spotlight/SpotlightFooter"; exports.SpotlightFooter = SpotlightFooter; //# sourceMappingURL=SpotlightFooter.cjs.map