Go to file
2021-05-25 19:25:43 +08:00
build site: add footer 2021-05-04 02:27:16 +08:00
build-doc
compat refactor: remove useless comment & organize exports 2021-04-18 22:42:29 +08:00
demo docs: ui framework => component lib 2021-05-25 13:21:43 +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 2.9.0 2021-05-25 19:25:43 +08:00
themes/tusimple tusimple-theme@0.1.7 2021-04-22 00:16:49 +08:00
.eslintignore
.eslintrc.js
.gitignore
.npmignore build: add tsc --force flag when build 2021-02-18 23:31:02 +08:00
.prettierignore
.prettierrc
babel.config.js perf(select): use v-show to trigger open fast 2021-05-17 13:42:55 +08:00
CHANGELOG.en-US.md 2.9.0 2021-05-25 19:25:43 +08:00
CHANGELOG.zh-CN.md 2.9.0 2021-05-25 19:25:43 +08:00
index.html docs: ui framework => component lib 2021-05-25 13:21:43 +08:00
jest.config.js test: add basic test for all comps 2021-02-17 16:33:29 +08:00
package.json 2.9.0 2021-05-25 19:25:43 +08:00
postcss.config.js
README.md docs: ui framework => component lib 2021-05-25 13:21:43 +08:00
README.zh-CN.md docs: ui framework => component lib 2021-05-25 13:21:43 +08:00
tsconfig.cjs.json
tsconfig.esm.json
tsconfig.json feat(input): show count 2021-05-19 00:59:06 +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 feat(data-table): summary prop 2021-04-21 14:47:24 +08:00

Naive UI

A Vue 3 Component Library

Rather Complete, Themable, With Typescript, Not Too Slow

Interesting Somehow

English | 中文

Documentation

www.naiveui.com(WIP)

Features

Rather Complete

There are more than 70 components. Hope they can help you write less code.

What's more, they are all treeshakable.

Themeable

We provide an advanced type safe theme system that built with typescript. All you need is to provide a theme overrides object in JS. Then all the staff is done by us.

What's more, no less/sass/css variables, no webpack loaders are required.

With Typescript

All the staff in Naive UI is wrote in Typescript. It can work with your typescript project seamlessly.

What's more, you don't need to import any CSS to use the components.

Not too Slow

I try to make it not rather slow. At least select, tree, transfer, table and cascader work with virtual list.

What's more, ..., no more. Just enjoy it.

Installation

npm

Use npm to install.

npm i -D naive-ui

Fonts

npm i -D vfonts

Icons

naive-ui recommends using xicons as icon library.

Design Resources

Sorry, currently there is nothing.

License

Naive UI is licensed under the MIT license.

Graphics resouces of result component is licensed under the CC-BY 4.0. The graphics resources come from Twemoji.