@legioner1251/ui
v0.1.0
Published
CRM UI components
Readme
crm-ui
UI components for CRM projects.
Install
npm i crm-uiUsage
import { TextHighlighter } from "crm-ui";
export function Example() {
return <TextHighlighter inputValue="foo" label="foo bar baz" />;
}