Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tusen-ai/naive-ui
A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.
https://github.com/tusen-ai/naive-ui
component-library ui-components vue vue-typescript vue3-components
Last synced: 3 days ago
JSON representation
A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.
- Host: GitHub
- URL: https://github.com/tusen-ai/naive-ui
- Owner: tusen-ai
- License: mit
- Created: 2021-06-04T13:47:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T09:09:29.000Z (13 days ago)
- Last Synced: 2024-11-30T22:33:20.442Z (11 days ago)
- Topics: component-library, ui-components, vue, vue-typescript, vue3-components
- Language: TypeScript
- Homepage: https://www.naiveui.com
- Size: 25 MB
- Stars: 16,288
- Watchers: 92
- Forks: 1,684
- Open Issues: 587
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.en-US.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- stars - tusen-ai/naive-ui
- awesome - tusen-ai/naive-ui - A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast. (TypeScript)
- awesomeLibrary - naive-ui - A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast. (语言资源库 / typescript)
- awesome - Naive UI - The best Vue 3 UI library. (User Interface (UI))
README
Naive UI
A Vue 3 Component Library
Fairly Complete, Theme Customizable, Uses TypeScript, Fast
Kinda Interesting
English | 中文
## Documentation
[www.naiveui.com](http://www.naiveui.com)
## Community
- [Discord](https://discord.gg/Pqv7Mev5Dd)
- DingTalk Group 1 (Member limit reached) 33482509
- DingTalk Group 2 (Member limit reached) 35886835
- DingTalk Group 3 (Member limit reached) 32377370
- DingTalk Group 4 (Member limit reached) 8165002788
- DingTalk Group 5 (Member limit reached) 31205022250
- DingTalk Group 6 62720001971- [Awesome Naive UI](https://github.com/naive-ui/awesome-naive)
## Features
### Fairly Complete
There are more than 90 components. Hope they can help you write less code.
What's more, they are all treeshakable.
### Theme Customizable
We provide an advanced type safe theme system built using TypeScript. All you need is to provide a theme overrides object in JS. Then all the stuff will be done by us.
What's more, no less/sass/css variables, no webpack loaders are required.
### Uses TypeScript
All the stuff in Naive UI is written in TypeScript. It can work with your typescript project seamlessly.
What's more, you don't need to import any CSS to use the components.
### Fast
I try to make it not rather slow. At least select, tree, transfer, table and cascader work with virtual list.
What's more, ..., no more. Just enjoy it.
## Installation
### npm
Use npm to install.
```bash
npm i -D naive-ui
```### Fonts
```bash
npm i -D vfonts
```### Icons
Naive UI recommends using [xicons](https://www.xicons.org) as icon library.
### Design Resources
[Naive UI (Sketch)](https://naive-ui.oss-accelerate.aliyuncs.com/NaiveUI-Design-Library-en-US.sketch).
## Contributing
Please see [CONTRIBUTING.md](https://github.com/tusen-ai/naive-ui/blob/main/CONTRIBUTING.md).
## License
Naive UI is licensed under the [MIT license](https://opensource.org/licenses/MIT).
Graphics resources of `result` component is licensed under the [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/). The graphics resources come from [Twemoji](https://github.com/twitter/twemoji).