Skip to content

Commit 9f4fd90

Browse files
committed
Clean up Readme
1 parent 6cf5081 commit 9f4fd90

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
This component is a wrapper for the popular react component
1414
[React Select](https://react-select.com/home) made using the UI library
15-
[Chakra UI](https://v2.chakra-ui.com/).
15+
[Chakra UI](https://www.chakra-ui.com/).
1616

1717
> [!IMPORTANT]
1818
>
@@ -29,8 +29,8 @@ This component is a wrapper for the popular react component
2929
[![](https://img.shields.io/npm/v/chakra-react-select "chakra-react-select npm")](https://www.npmjs.com/package/chakra-react-select)
3030
[![](https://badgen.net/bundlephobia/min/chakra-react-select "Minified Bundle Size")](https://bundlephobia.com/result?p=chakra-react-select)
3131
[![](https://badgen.net/bundlephobia/minzip/chakra-react-select "Minzipped Bundle Size")](https://bundlephobia.com/result?p=chakra-react-select)
32-
[![](https://badgen.net/npm/dt/chakra-react-select?color=blue&icon=npm "Total NPM Downloads")](https://npm-stat.com/charts.html?package=chakra-react-select&from=2021-09-13)
33-
[![](https://badgen.net/npm/dw/chakra-react-select?color=blue&icon=npm "Weekly NPM Downloads")](https://npm-stat.com/charts.html?package=chakra-react-select&from=2021-09-13)
32+
[![](https://img.shields.io/npm/dy/chakra-react-select?logo=npm&color=blue "NPM Downloads Per Year")](https://npm-stat.com/charts.html?package=chakra-react-select&from=2021-09-13)
33+
[![](https://img.shields.io/npm/dw/chakra-react-select?logo=npm&color=blue "Weekly NPM Downloads")](https://npm-stat.com/charts.html?package=chakra-react-select&from=2021-09-13)
3434
[![](https://snyk.io/test/github/csandman/chakra-react-select/badge.svg "Known Vulnerabilities")](https://snyk.io/test/github/csandman/chakra-react-select)
3535
[![](https://img.shields.io/badge/Code_Style-prettier-c596c7.svg?logo=prettier "Code Style: Prettier")](https://github.com/prettier/prettier)
3636
[![](https://badgen.net/github/license/csandman/chakra-react-select "MIT License")](LICENSE.md)
@@ -685,10 +685,6 @@ describing how it works:
685685
> [styled components](https://www.styled-components.com/),
686686
> [CSS modules](https://github.com/css-modules/css-modules) and other libraries.
687687
688-
Here is an example of using classNames to style the components:
689-
690-
[![SB-TS]](https://stackblitz.com/edit/vitejs-vite-zupcmm?file=src%2Fapp.tsx,src%2Fstyles.css)
691-
692688
## TypeScript Support
693689
694690
This package has always supported typescript, however until `v3.0.0` none of the

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ declare module "react-select/base" {
3636
> {
3737
/**
3838
* The size of the base control; matches the sizes of the chakra Input
39-
* component with the exception of `xs`. A [responsive style array/object](https://v2.chakra-ui.com/docs/features/responsive-styles) can
39+
* component with the exception of `xs`. A [responsive style array/object](https://www.chakra-ui.com/docs/styling/responsive-design) can
4040
* also be passed.
4141
*
4242
* Options: `sm` | `md` | `lg`

0 commit comments

Comments
 (0)