An open API service indexing awesome lists of open source software.

https://github.com/company-ui/company-ui

A company UI library
https://github.com/company-ui/company-ui

company company-info company-information javascript typescript ui ui-components ui-design

Last synced: 6 months ago
JSON representation

A company UI library

Awesome Lists containing this project

README

          



company ui



GitHub Workflow Status
GitHub
Join the chat

# Company-UI

Works with both Vue 2 , Vue 3 And React.

## Translations

- [中文文档](README_zh.md)

## Usage

### Vue

npm package npm bundle size npm download week

```ts
import '@company-ui/style';
import CompanyUI from '@company-ui/vue';
app.use(CompanyUI);
```

```vue

```

### React

npm package npm bundle size npm download week

```ts
import '@company-ui/style';
import { AutoComplete } from '@company-ui/react';
```

```jsx

```

### Dom

npm package npm bundle size npm download week

```ts
import '@company-ui/style';
import { Autocomplete } from '@company-ui/dom';

new Autocomplete({
target: '#example',
});
```

## Documentation

To learn more, check [its documentation](https://company-ui.github.io/company-ui/).

## Maintainers

[@zhensherlock](https://github.com/zhensherlock).

## Contributing

Feel free to dive in! [Open an issue](https://github.com/company-ui/company-ui/issues/new/choose) or submit PRs.

Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.

### Contributors

This project exists thanks to all the people who contribute.



## License

[MIT](LICENSE) © MichaelSun