Go to file
2021-03-26 01:16:26 +08:00
build refactor: remove demo entry loader, dynamic import zh & en doc pages 2021-03-23 19:46:32 +08:00
build-doc
compat
demo docs: update some message api 2021-03-26 01:09:16 +08:00
design-notes chore: fix some lint 2021-03-15 15:25:11 +08:00
playground
scripts refactor: remove side-effects related script 2021-02-17 23:38:34 +08:00
src docs(data-table): update message api 2021-03-26 01:16:26 +08:00
themes/tusimple tusimple-theme@0.1.2 2021-03-22 11:48:31 +08:00
.eslintignore
.eslintrc.js test(button) 2021-02-17 15:04:19 +08:00
.gitignore build: monorepo for themes 2021-02-10 20:35:50 +08:00
.npmignore build: add tsc --force flag when build 2021-02-18 23:31:02 +08:00
.prettierignore
.prettierrc
babel.config.js fix: make test works 2021-02-17 14:55:44 +08:00
CHANGELOG.en-US.md fix(data-table): header has no enough width when table width is more than scroll-x 2021-03-25 18:57:24 +08:00
CHANGELOG.zh-CN.md fix(data-table): header has no enough width when table width is more than scroll-x 2021-03-25 18:57:24 +08:00
index.html
jest.config.js test: add basic test for all comps 2021-02-17 16:33:29 +08:00
package.json 2.1.3 2021-03-25 18:58:22 +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 fix(input-number): input builtin style 2021-02-14 20:34:23 +08:00
vite.config.js fix: use event name in lower case to avoid vue 3.0.6 regression 2021-02-25 16:18:18 +08:00
vue3.md fix: typo 2021-03-24 01:35:17 +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.