company-ui / company-ui

A company UI library

Home Page:https://company-ui.github.io/company-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

company ui

GitHub Workflow Status GitHub Join the chat

Company-UI

Works with both Vue 2 , Vue 3 And React.

Translations

Usage

Vue

npm package npm bundle size npm download week

import '@company-ui/style';
import CompanyUI from '@company-ui/vue';
app.use(CompanyUI);
<autocomplete v-model="value" />

React

npm package npm bundle size npm download week

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

Dom

npm package npm bundle size npm download week

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

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

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

About

A company UI library

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

License:MIT License


Languages

Language:TypeScript 57.5%Language:JavaScript 17.9%Language:Vue 16.4%Language:SCSS 5.0%Language:HTML 3.1%Language:Shell 0.1%