Go to file
2020-10-08 01:18:16 +08:00
build refactor: config-provider, config-consumer, element support vue3 2020-09-27 01:30:48 +08:00
build-doc
demo docs(space): update align 2020-10-08 01:18:16 +08:00
playground
scripts refactor: rename all synthetic-theme to merged-theme 2020-10-08 00:33:16 +08:00
site-vite build: adjust imports to make vite works 2020-09-29 15:03:46 +08:00
src refactor: rename all synthetic-theme to merged-theme 2020-10-08 00:33:16 +08:00
test feat(pagination): css in js 2020-09-01 19:25:39 +08:00
themes feat(button): support tusimple theme (#313) 2020-09-25 14:17:52 +08:00
.eslintignore
.eslintrc.js refactor(dialog): support vue3 2020-09-27 13:53:16 +08:00
.gitignore
.npmignore
.stylelintignore refactor(form-item): feedback transition 2020-10-08 00:06:57 +08:00
.stylelintrc.js
babel.config.js
CHANGELOG.en-US.md feat(space) 2020-09-30 00:21:32 +08:00
CHANGELOG.zh-CN.md feat(space) 2020-09-30 00:21:32 +08:00
index.html build: adjust imports to make vite works 2020-09-29 15:03:46 +08:00
jest.config.js chore: remove scss 2020-09-24 19:06:06 +08:00
package.json refactor(form-item): feedback transition 2020-10-08 00:06:57 +08:00
postcss.config.js
README.md
rollup.config.js
think.md fix: code smell 2020-09-08 14:01:30 +08:00
vite.config.js build: adjust imports to make vite works 2020-09-29 15:03:46 +08:00
vue3.md refactor(menu): model-value => value 2020-10-08 00:25:38 +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 compatibility 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.