@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
15 lines (14 loc) • 546 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { IconSearch } from '@coveord/plasma-react-icons';
import { ActionIcon } from '../../ActionIcon/ActionIcon.js';
const SearchButton = ({ handleSearch })=>/*#__PURE__*/ _jsx(ActionIcon.Quaternary, {
onClick: handleSearch,
children: /*#__PURE__*/ _jsx(IconSearch, {
"aria-label": "Search",
size: 16
})
});
export const Search = ({ ...params })=>/*#__PURE__*/ _jsx(SearchButton, {
...params
});
//# sourceMappingURL=Search.js.map