Go to file
2020-07-03 00:33:20 +08:00
build build: webpack config case sensitive 2020-06-26 02:16:17 +08:00
build-doc/config build: rename doc folder to build-doc 2020-06-03 14:14:01 +08:00
demo Merge branch 'develop' of ***REMOVED*** into develop 2020-06-29 21:57:05 +08:00
playground feat: light theme color in js 2020-06-21 21:55:17 +08:00
src refactor(input-group): use cssr 2020-07-03 00:33:20 +08:00
test fix: unit tests failed caused by project structure change 2020-02-12 17:34:58 +08:00
.eslintignore build: refactor the build progress 2020-02-12 13:44:53 +08:00
.eslintrc.js test: create a jest scaffold 2020-06-18 23:38:54 +08:00
.gitignore test: create a jest scaffold 2020-06-18 23:38:54 +08:00
.npmignore
.stylelintignore test: create a jest scaffold 2020-06-18 23:38:54 +08:00
.stylelintrc.js
babel.config.js test: create a jest scaffold 2020-06-18 23:38:54 +08:00
CHANGELOG.en-US.md docs(changelog): v1.4.1 2020-06-23 18:45:54 +08:00
CHANGELOG.zh-CN.md docs(changelog): v1.4.1 2020-06-23 18:45:54 +08:00
jest.config.js test: create a jest scaffold 2020-06-18 23:38:54 +08:00
package.json Merge branch 'develop' of ***REMOVED*** into develop 2020-06-29 21:57:05 +08:00
postcss.config.js fix: set postcss.options.cssnano.colormin to false 2020-05-30 16:43:28 +08:00
README.md doc(readme): feat introduction 2020-05-31 19:36:11 +08:00
rollup.config.js release: 1.1.0 2020-05-16 22:07:58 +08:00
think.md refactor(base-suffix): use cssr 2020-07-01 21:57:42 +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.