Go to file
2021-06-28 00:29:29 +08:00
.github ci: close usage issue 2021-06-22 11:17:57 +08:00
.husky deps: husky 6 2021-06-11 00:58:59 +08:00
build feat(n-a): remove to prop (#162) 2021-06-16 23:06:21 +08:00
demo feat(use-theme-vars): add useThemeVars composable & remove n-element's abstract prop and theme vars from default slot 2021-06-23 09:03:24 +08:00
design-notes 2.14.0 2021-06-23 15:31:24 +08:00
playground refactor(ssr): remove ssr-provider & use new hook from @css-render/vue3-ssr 2021-06-12 18:16:23 +08:00
scripts feat(web-types): add web-types.json (#310) 2021-06-28 00:29:29 +08:00
src test(tag): add tag test (#309) 2021-06-28 00:04:08 +08:00
themes/tusimple docs(tusimple-theme): add version match with naive-ui 2021-05-27 18:10:57 +08:00
.eslintignore
.eslintrc.js fix(radio-button): font-size 2021-06-07 18:22:38 +08:00
.gitignore feat(web-types): add web-types.json (#310) 2021-06-28 00:29:29 +08:00
.prettierignore docs: add homepage & keywords & repository to pkg.json 2021-06-05 06:30:21 +08:00
.prettierrc fix(menu): title extra not working 2021-02-03 16:05:54 +08:00
babel.config.js perf(select): use v-show to trigger open fast 2021-05-17 13:42:55 +08:00
CHANGELOG.en-US.md feat(web-types): add web-types.json (#310) 2021-06-28 00:29:29 +08:00
CHANGELOG.zh-CN.md feat(web-types): add web-types.json (#310) 2021-06-28 00:29:29 +08:00
CONTRIBUTING.md docs: modified some word usages (#246) 2021-06-23 00:08:49 +08:00
index.html site: derive document.title by path when doing init 2021-06-06 00:36:23 +08:00
jest.config.js test: add basic test for all comps 2021-02-17 16:33:29 +08:00
LICENSE docs(license) 2021-06-05 00:27:00 +08:00
package.json feat(web-types): add web-types.json (#310) 2021-06-28 00:29:29 +08:00
postcss.config.js
README.md docs(readme): move up community 2021-06-12 16:06:28 +08:00
README.zh-CN.md docs(readme): move up community 2021-06-12 16:06:28 +08:00
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 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 refactor: remove icons & nimbus icons 2021-05-26 16:15:10 +08:00

Naive UI

A Vue 3 Component Library

Fairly Complete, Customizable Themes, Uses TypeScript, Not too Slow

Kinda Interesting

English | 中文

Documentation

www.naiveui.com

Community

Features

Fairly Complete

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

What's more, they are all treeshakable.

Customizable Themes

We provide an advanced type safe theme system built using TypeScript. All you need is to provide a theme overrides object in JS. Then all the stuff will be done by us.

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

Uses TypeScript

All the stuff in Naive UI is written 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

Working in progress.

Contributing

Please see CONTRIBUTING.md.

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.