@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
16 lines (15 loc) • 542 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { SearchSize16Px } from '@coveord/plasma-react-icons';
import { ActionIcon } from '@mantine/core';
const SearchButton = ({ handleSearch })=>/*#__PURE__*/ _jsx(ActionIcon, {
onClick: handleSearch,
variant: "subtle",
color: "gray",
children: /*#__PURE__*/ _jsx(SearchSize16Px, {
height: 16
})
});
export const Search = ({ ...params })=>/*#__PURE__*/ _jsx(SearchButton, {
...params
});
//# sourceMappingURL=Search.js.map