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

3.6.31 • 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

Package Sidebar

Install

npm i @company-ui/react

Weekly Downloads

153

Version

3.6.31

License

MIT

Unpacked Size

2.85 MB

Total Files

15

Last publish

Collaborators

  • zhensherlock