Skip to content

Commit 7578c58

Browse files
authored
Change package name from rc-select to @rc-component/select
Updated package name and related links in README.
1 parent 8c6f0c8 commit 7578c58

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

README.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rc-select
1+
# @rc-component/select
22

33
---
44

@@ -12,22 +12,20 @@ React Select Component.
1212
[![bundle size][bundlephobia-image]][bundlephobia-url]
1313
[![dumi][dumi-image]][dumi-url]
1414

15-
[npm-image]: http://img.shields.io/npm/v/rc-select.svg?style=flat-square
16-
[npm-url]: http://npmjs.org/package/rc-select
17-
[travis-image]: https://img.shields.io/travis/react-component/select/master?style=flat-square
18-
[travis-url]: https://travis-ci.com/react-component/select
19-
[github-actions-image]: https://github.com/react-component/select/workflows/CI/badge.svg
20-
[github-actions-url]: https://github.com/react-component/select/actions
15+
[npm-image]: https://img.shields.io/npm/v/@rc-component/select.svg?style=flat-square
16+
[npm-url]: http://npmjs.org/package/@rc-component/select
17+
[github-actions-image]: https://github.com/react-component/select/actions/workflows/test.yml/badge.svg
18+
[github-actions-url]: https://github.com/react-component/select/actions/workflows/test.yml
2119
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/select/master.svg?style=flat-square
2220
[codecov-url]: https://app.codecov.io/gh/react-component/select
2321
[david-url]: https://david-dm.org/react-component/select
2422
[david-image]: https://david-dm.org/react-component/select/status.svg?style=flat-square
2523
[david-dev-url]: https://david-dm.org/react-component/select?type=dev
2624
[david-dev-image]: https://david-dm.org/react-component/select/dev-status.svg?style=flat-square
27-
[download-image]: https://img.shields.io/npm/dm/rc-select.svg?style=flat-square
28-
[download-url]: https://npmjs.org/package/rc-select
29-
[bundlephobia-url]: https://bundlephobia.com/package/rc-select
30-
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-select
25+
[download-image]: https://img.shields.io/npm/dm/@rc-component/select.svg?style=flat-square
26+
[download-url]: https://npmjs.org/package/@rc-component/select
27+
[bundlephobia-url]: https://bundlephobia.com/package/@rc-component/select
28+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/select
3129
[dumi-url]: https://github.com/umijs/dumi
3230
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
3331

@@ -46,15 +44,15 @@ React Select Component.
4644

4745
## install
4846

49-
[![rc-select](https://nodei.co/npm/rc-select.png)](https://npmjs.org/package/rc-select)
47+
[![@rc-component/select](https://nodei.co/npm/@rc-component/select.png)](https://npmjs.org/package/@rc-component/select)
5048

5149
## Usage
5250

5351
### basic use
5452

5553
```jsx | pure
56-
import Select, { Option } from 'rc-select';
57-
import 'rc-select/assets/index.css';
54+
import Select, { Option } from '@rc-component/select';
55+
import '@rc-component/select/assets/index.css';
5856

5957
export default () => (
6058
<Select>
@@ -178,7 +176,7 @@ npm start
178176

179177
local example: http://localhost:9001/
180178

181-
online example: http://select.react-component.now.sh/
179+
online example: https://select-react-component.vercel.app/
182180

183181
## Test Case
184182

@@ -194,4 +192,4 @@ npm run coverage
194192

195193
## License
196194

197-
rc-select is released under the MIT license.
195+
@rc-component/select is released under the MIT license.

0 commit comments

Comments
 (0)