@company-ui/react
TypeScript icon, indicating that this package has built-in type declarations

3.6.33 • Public • Published

company ui

npm package GitHub Workflow Status npm bundle size npm download week GitHub Join the chat

@company-ui/react

Works with React.

Installing

# or pnpm or yarn
npm install @company-ui/react
npm install @company-ui/style

Usage

General

import '@company-ui/style';
import { AutoComplete } from '@company-ui/react';
<AutoComplete
  popupAppendToBody={false}
  defaultValue={inputValue}
  value={inputValue}
  onChange={setInputValue}
></AutoComplete>

Documentation

To learn more, check its documentation.

Maintainers

@zhensherlock.

Contributing

Feel free to dive in! Open an issue or submit PRs.

Standard Readme follows the Contributor Covenant Code of Conduct.

Contributors

This project exists thanks to all the people who contribute.

License

MIT © MichaelSun

/@company-ui/react/

    Package Sidebar

    Install

    npm i @company-ui/react

    Weekly Downloads

    108

    Version

    3.6.33

    License

    MIT

    Unpacked Size

    2.87 MB

    Total Files

    15

    Last publish

    Collaborators

    • zhensherlock