tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.com
MIT License
676 stars 149 forks source link

style.css not included in installation #133

Closed stephen-farris-jhuapl-edu closed 3 years ago

stephen-farris-jhuapl-edu commented 3 years ago

import 'react-select-search/style.css' isn't working (it says Module not found: Can't resolve 'react-select-search/style.css' in ...). When I inspected the 'react-select-search' folder in node_modules, style.css isn't there. How do you install style.css? Without it, the select component works great but doesn't look very nice.

tbleckert commented 3 years ago

@stephen-farris-jhuapl-edu Must have fallen out when cleaning up the the npm package. The style.css is more of a demo/example on how you can style the component with css (also have this example with CSS modules https://react-select-search.com/?path=/story/custom--css-modules).

But I'll create a patch release including it. Thanks for noticing and reporting.

tbleckert commented 3 years ago

@stephen-farris-jhuapl-edu Just published 2.2.1 that includes style.css