Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is not at all clear from docs how to override css, please update the docs. #269

Open
ishandutta2007 opened this issue Apr 6, 2024 · 0 comments

Comments

@ishandutta2007
Copy link

It is not at all clear from docs how to override css
if I use className="select-search" I get pre defined styles while if I use className={ (key:any) => classes[key]} I don't see those classes at all on the html elements.
I tried to copy the full css of https://github.com/tbleckert/react-select-search/blob/main/style.css
into a .css file and then import it as classes but It is of no use as html elements don't have those classes at all.

I know this is an elementary question, but the docs should make it clear for someone starting out with the library.

@ishandutta2007 ishandutta2007 changed the title It is not at all clear from docs how to override, please update the docs. It is not at all clear from docs how to override css, please update the docs. Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant