Go to file
2021-02-14 00:49:43 +08:00
build build: do not precompile code demo highlight 2021-02-05 16:03:31 +08:00
build-doc
compat
demo fix: tusimple theme error 2021-02-10 21:06:24 +08:00
design-notes refactor(popover): refactor prop types 2021-02-05 11:57:41 +08:00
playground
scripts fix: build site 2021-02-05 15:06:13 +08:00
src feat(select-menu): option padding 2021-02-14 00:49:43 +08:00
themes/tusimple feat(input): padding style change with size 2021-02-13 22:08:48 +08:00
.eslintignore
.eslintrc.js
.gitignore build: monorepo for themes 2021-02-10 20:35:50 +08:00
.npmignore
.prettierignore fix(menu): title extra not working 2021-02-03 16:05:54 +08:00
.prettierrc fix(menu): title extra not working 2021-02-03 16:05:54 +08:00
babel.config.js
CHANGELOG.en-US.md
CHANGELOG.zh-CN.md
index.html
jest.config.js
package.json build: monorepo for themes 2021-02-10 20:35:50 +08:00
postcss.config.js
README.md
tsconfig.cjs.json build: monorepo for themes 2021-02-10 20:35:50 +08:00
tsconfig.esm.json build: monorepo for themes 2021-02-10 20:35:50 +08:00
tsconfig.json build: monorepo for themes 2021-02-10 20:35:50 +08:00
vite.config.js fix(service-layout): watch route causing enumerate keys 2021-02-03 22:13:14 +08:00
vue3.md feat: tusimple theme useDialog 2021-02-11 18:23:51 +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.