@highlight-ui/sandbox-search-input
v0.3.9
Published
Custom Search Input Component with clear button
Maintainers
Keywords
Readme
@highlight-ui/sandbox-search-input
This sandbox component is based on @highlight-ui/[email protected]
Installation
Using npm:
npm install @highlight-ui/sandbox-search-inputUsing yarn:
yarn add @highlight-ui/sandbox-search-inputUsing pnpm:
pnpm install @highlight-ui/sandbox-search-inputOnce the package is installed, you can import the library:
import { SearchInput } from '@highlight-ui/sandbox-search-input';Usage
In your TypeScript file:
import {
SearchInput,
SearchInputProps,
} from '@highlight-ui/sandbox-search-input';In your (S)CSS file:
@import url('@highlight-ui/sandbox-search-input');Contributing 🖌️
If you're interested in contributing, please visit our contribution page.
