UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

9 lines (8 loc) 325 B
import { jsx as _jsx } from "react/jsx-runtime"; import { ChipGroup, factory, Chip as MantineChip } from '@mantine/core'; export const Chip = factory(({ variant: _variant, ...props }, ref)=>/*#__PURE__*/ _jsx(MantineChip, { ...props, ref: ref })); Chip.Group = ChipGroup; //# sourceMappingURL=Chip.js.map