mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-31 14:20:53 +08:00
docs: words
This commit is contained in:
parent
c50c53a8ce
commit
20135ad940
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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'
|
||||
}
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user