docs: words

This commit is contained in:
07akioni 2022-04-11 01:20:13 +08:00
parent c50c53a8ce
commit 20135ad940
4 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
<h1 align="center">Naive UI</h1>
<p align="center">A Vue 3 Component Library</p>
<p align="center"><b>Fairly Complete, Customizable Themes, Uses TypeScript, Not too Slow</b></p>
<p align="center"><b>Fairly Complete, Theme Customizable, Uses TypeScript, Fast</b></p>
<p align="center">Kinda Interesting</p>
<p align="center">English | <a href="README.zh-CN.md">中文</a></p>
@ -29,7 +29,7 @@ There are more than 80 components. Hope they can help you write less code.
What's more, they are all treeshakable.
### Customizable Themes
### Theme Customizable
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.
@ -41,7 +41,7 @@ All the stuff in Naive UI is written in TypeScript. It can work with your typesc
What's more, you don't need to import any CSS to use the components.
### Not too Slow
### Fast
I try to make it not rather slow. At least select, tree, transfer, table and cascader work with virtual list.

View File

@ -14,7 +14,7 @@ There are more than 80 components. Hope they can help you write less code.
What's more, they are all treeshakable.
## Customizable Themes
## Theme Customizable
We provide an advanced type safe theme system that is built with typescript. All you need is to provide a theme overrides object in JS. Then all the stuffs will be done by us.
@ -26,7 +26,7 @@ All the stuff in Naive UI is written in TypeScript. It can work with your typesc
What's more, you don't need to import any CSS to use the components.
## Not too Slow
## Fast
I try to make it not rather slow. At least select, tree, transfer, table and cascader work with virtual list.

View File

@ -92,7 +92,7 @@ export default defineComponent({
'en-US': {
start: 'Get Started',
intro1: 'A Vue 3 Component Library',
intro2: 'Fairly Complete, Customizable Themes, Uses TypeScript, Fast',
intro2: 'Fairly Complete, Theme Customizable, Uses TypeScript, Fast',
intro3: 'Kinda Interesting',
intro4: 'Change Theme'
}

View File

@ -1,7 +1,7 @@
{
"name": "naive-ui",
"version": "2.28.0",
"description": "A Vue 3 Component Library. Fairly Complete, Customizable Themes, Uses TypeScript, Fast",
"description": "A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast",
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {