Skip to content

Commit e5e7f7d

Browse files
committed
chore docs
1 parent a2fc794 commit e5e7f7d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rc-overflow 🐾
1+
# @rc-component/overflow 🐾
22

33
[![NPM version][npm-image]][npm-url]
44
[![npm download][download-image]][download-url]
@@ -7,8 +7,8 @@
77
[![bundle size][bundlephobia-image]][bundlephobia-url]
88
[![dumi][dumi-image]][dumi-url]
99

10-
[npm-image]: http://img.shields.io/npm/v/rc-overflow.svg?style=flat-square
11-
[npm-url]: http://npmjs.org/package/rc-overflow
10+
[npm-image]: http://img.shields.io/npm/v/@rc-component/overflow.svg?style=flat-square
11+
[npm-url]: http://npmjs.org/package/@rc-component/overflow
1212
[github-actions-image]: https://github.com/react-component/overflow/workflows/CI/badge.svg
1313
[github-actions-url]: https://github.com/react-component/overflow/actions
1414
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/overflow/master.svg?style=flat-square
@@ -17,10 +17,10 @@
1717
[david-image]: https://david-dm.org/react-component/overflow/status.svg?style=flat-square
1818
[david-dev-url]: https://david-dm.org/react-component/overflow?type=dev
1919
[david-dev-image]: https://david-dm.org/react-component/overflow/dev-status.svg?style=flat-square
20-
[download-image]: https://img.shields.io/npm/dm/rc-overflow.svg?style=flat-square
21-
[download-url]: https://npmjs.org/package/rc-overflow
22-
[bundlephobia-url]: https://bundlephobia.com/result?p=rc-overflow
23-
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-overflow
20+
[download-image]: https://img.shields.io/npm/dm/@rc-component/overflow.svg?style=flat-square
21+
[download-url]: https://npmjs.org/package/@rc-component/overflow
22+
[bundlephobia-url]: https://bundlephobia.com/result?p=@rc-component/overflow
23+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/overflow
2424
[dumi-url]: https://github.com/umijs/dumi
2525
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
2626

@@ -32,7 +32,7 @@ https://overflow-react-component.vercel.app/
3232

3333
## Install
3434

35-
[![rc-overflow](https://nodei.co/npm/rc-overflow.png)](https://npmjs.org/package/rc-overflow)
35+
[![@rc-component/overflow](https://nodei.co/npm/@rc-component/overflow.png)](https://npmjs.org/package/@rc-component/overflow)
3636

3737
## Usage
3838

@@ -54,4 +54,4 @@ npm start
5454

5555
## License
5656

57-
rc-overflow is released under the MIT license.
57+
@rc-component/overflow is released under the MIT license.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
hero:
3-
title: rc-overflow
3+
title: @rc-component/overflow
44
description: React Overflow Component
55
---
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "rc-overflow",
3-
"version": "1.4.1",
2+
"name": "@rc-component/overflow",
3+
"version": "1.0.0",
44
"description": "Auto collapse box when overflow",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)