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
- Host: GitHub
- URL: https://github.com/company-ui/company-ui
- Owner: company-ui
- License: mit
- Created: 2023-08-04T13:31:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-19T00:16:34.000Z (7 months ago)
- Last Synced: 2025-11-19T02:20:03.550Z (7 months ago)
- Topics: company, company-info, company-information, javascript, typescript, ui, ui-components, ui-design
- Language: TypeScript
- Homepage: https://company-ui.github.io/company-ui/
- Size: 22.4 MB
- Stars: 136
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Company-UI
Works with both Vue 2 , Vue 3 And React.
## Translations
- [中文文档](README_zh.md)
## Usage
### Vue
```ts
import '@company-ui/style';
import CompanyUI from '@company-ui/vue';
app.use(CompanyUI);
```
```vue
```
### React
```ts
import '@company-ui/style';
import { AutoComplete } from '@company-ui/react';
```
```jsx
```
### Dom
```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