I want to ask about react-select-styled. where i can get that custom style? i search in demo i cannot get the react-select-styled
I am using react-select-styled like the documentation. but it not change anything. its still like react select plugins not react select in documentation. I think react-select-styled is not in css demo that I am download
Hi,
Can you send us your screenshots via https://imgur.com/
How React Select does look in your end ?
Have you followed the installation guide as per docs:
https://preview.keenthemes.com/metronic8/react/docs/react-select
What is your current Metronic version and demo ?
Regards,
Sean
this is the different between my demo with documentation
https://imgur.com/a/Zt6tGJ3
and for my classname i use
className='react-select-styled react-select-solid w-100'
classNamePrefix='react-select'
Hi,
The styles for react-select should be loaded globally, please make sure that you have import './_metronic/assets/sass/style.react.scss'
in src/main.tsx.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Yeah I have that import. But when I open style.react.scss there is not have import for react select style. So maybe that is the problem for my case. and when I
Hi,
To use react select customized styles, inside style.react.scss
you should have the following import.
@import "vendors/react-select.scss";
I dont see any file react-select.scss. and I got this bug too
https://imgur.com/a/kNc7Gmk
that mean the file is not found
Hi,
This error means that the file wasn't found.
Could you please clarify which Metronic version and demo you are using?
You can download the latest version from Metronic Downloads page.
Regards,
Lauris Stepanovs,
Keenthemes Support Team