12
12
13
13
This component is a wrapper for the popular react component
14
14
[ 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/ ) .
16
16
17
17
> [ !IMPORTANT]
18
18
>
@@ -29,8 +29,8 @@ This component is a wrapper for the popular react component
29
29
[ ![ ] ( https://img.shields.io/npm/v/chakra-react-select " chakra-react-select npm ")] ( https://www.npmjs.com/package/chakra-react-select )
30
30
[ ![ ] ( https://badgen.net/bundlephobia/min/chakra-react-select " Minified Bundle Size ")] ( https://bundlephobia.com/result?p=chakra-react-select )
31
31
[ ![ ] ( 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 )
34
34
[ ![ ] ( https://snyk.io/test/github/csandman/chakra-react-select/badge.svg " Known Vulnerabilities ")] ( https://snyk.io/test/github/csandman/chakra-react-select )
35
35
[ ![ ] ( https://img.shields.io/badge/Code_Style-prettier-c596c7.svg?logo=prettier " Code Style: Prettier ")] ( https://github.com/prettier/prettier )
36
36
[ ![ ] ( https://badgen.net/github/license/csandman/chakra-react-select " MIT License ")] ( LICENSE.md )
@@ -685,10 +685,6 @@ describing how it works:
685
685
> [styled components](https://www.styled-components.com/),
686
686
> [CSS modules](https://github.com/css-modules/css-modules) and other libraries.
687
687
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
-
692
688
## TypeScript Support
693
689
694
690
This package has always supported typescript, however until `v3.0.0` none of the
0 commit comments