Skip to content

Commit 5283353

Browse files
authored
docs(readme): update README.md
1 parent cc3625a commit 5283353

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
<div style="display: flex; align-items: center">
2-
<img alt="Owner avatar" src="https://avatars.githubusercontent.com/u/165447989?s=48&amp;v=4" />
3-
<span style="margin-left: 4px; font-size: 24px; font-weight: bold">Vue Styled Components</span>
1+
<div align="center">
2+
<img alt="Owner avatar" src="https://vue-styled-components.com/logo.png" width="220px" />
3+
<h1>Vue Styled Components</h1>
4+
A CSS tool similar to `styled-components` and support for vue 3. Help you to develop your apps fastly!
5+
6+
<br>
7+
<br>
8+
9+
[![CI status][github-action-image]][github-action-url]
10+
[![NPM version][npm-version]][npm-url]
11+
[![minzip size][npm-bundle-size]][npm-url]
12+
13+
[github-action-image]: https://github.com/v-vibe/vue-styled-components/workflows/Code%20Check/badge.svg
14+
[github-action-url]: https://github.com/v-vibe/vue-styled-components/actions/workflows/code-check.yml
15+
[npm-version]: https://img.shields.io/npm/v/%40vvibe%2Fvue-styled-components
16+
[npm-bundle-size]: https://img.shields.io/bundlephobia/minzip/%40vvibe%2Fvue-styled-components
17+
[npm-url]: http://npmjs.org/package/@vvibe/vue-styled-components
418
</div>
519

6-
**A CSS tool similar with `styled-components` and support for vue 3. Help you to develop your apps fastly!**
7-
8-
## Feature
20+
## ✨Feature
921

1022
✅ Style vue component or styled component
1123

@@ -25,7 +37,7 @@
2537

2638
✅ Support nesting css. (web only: https://drafts.csswg.org/css-nesting/#nesting)
2739

28-
## Install
40+
## 📦Install
2941

3042
```sh
3143
npm i @vvibe/vue-styled-components
@@ -39,7 +51,7 @@ yarn add @vvibe/vue-styled-components
3951
pnpm i @vvibe/vue-styled-components
4052
```
4153

42-
## Usage
54+
## 🔨Usage
4355

4456
### Styled component
4557

0 commit comments

Comments
 (0)