Go to file
2021-02-02 11:50:58 +08:00
build fix(md-loader): code is compiled to dynamic content 2021-01-21 16:35:58 +08:00
build-doc
compat refactor: remove icon to compat folder 2021-01-31 22:41:48 +08:00
demo styles: remove exported light theme, since it is builtin theme 2021-02-02 11:50:58 +08:00
design-notes
playground refactor(progress): new theme 2021-01-07 01:07:48 +08:00
scripts refactor(alert, dropdown, menu, popover, tree, code, collapse): better theme typing 2021-01-15 23:33:18 +08:00
src styles: remove exported light theme, since it is builtin theme 2021-02-02 11:50:58 +08:00
themes/tusimple refactor: move _base to _internal, fix theme types error 2021-02-01 17:38:42 +08:00
.eslintignore
.eslintrc.js refactor(element): ts 2021-01-18 19:12:01 +08:00
.gitignore
.npmignore
.prettierignore refactor(element): ts 2021-01-18 19:12:01 +08:00
.prettierrc chore: prettier 2020-12-12 13:47:04 +08:00
babel.config.js build: babel output for package building 2020-12-16 10:57:40 +08:00
CHANGELOG.en-US.md
CHANGELOG.zh-CN.md
index.html
jest.config.js
package.json chore: update vite 2021-02-01 19:07:21 +08:00
postcss.config.js
README.md
rollup.config.js chore: migrate to Vite2 (#347) 2021-01-12 13:17:26 +08:00
tsconfig.esm.json fix: type errors 2021-02-01 01:28:47 +08:00
tsconfig.json refactor(service-layout): ts 2021-01-31 22:39:16 +08:00
vite.config.js chore: update vite 2021-02-01 19:07:21 +08:00
vue3.md refactor(select): robust group option type 2021-02-02 01:43:53 +08:00

Naive UI

A Vue UI Framework

Caring About Styles, Themed, Batteries Included, Not Rather Slow

Interesting Somehow

Documentation

www.naiveui.com(WIP)

Features

Caring About Styles

As is.

The reason I started to build the library is I'm not satisfied with the UI framework I used. I think maybe it's possible to caring about nearily all the details of an UI framework, except the compitability of IE.

Themed

Dark theme included. Theme switching is seamlessly.

At first there's only dark mode UI design drafts. It's wired but true. After you starting to build a dark mode UI, sooner or later you will have to create a light theme for it. As a result, naive-ui has both of them.

Batteries Included

There are more than 60 components. Utils for building themed component are provided.

Not Rather Slow

I try to make it not rather slow.

You can never know how much data will the backends send to you. Maybe thousands of options in single select.

License

Naive UI is licensed under the MIT license.

Graphics resouces of result component is licensed under the CC-BY 4.0. The graphics resouces come from Twemoji and none of them is modified.