We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
styled-components
Add styled-components version of FlagIcon. It should be built using StyledFlagIconFactory and support theming (e.g custom flags).
FlagIcon
StyledFlagIconFactory
// ES2015 version. import StyledFlagIconFactory from 'react-flag-icon-css/module/styled' // Legacy CommonJS version. import StyledFlagIconFactory from 'react-flag-icon-css/lib/styled'
The text was updated successfully, but these errors were encountered:
Hi, I was wondering, is there some more info on a possible styled-components version?
Sorry, something went wrong.
Hi @evert-smit it is unlikely I can release the SC version soon, but I will reference this thread when that happens.
No branches or pull requests
Add
styled-components
version ofFlagIcon
. It should be built usingStyledFlagIconFactory
and support theming (e.g custom flags).The text was updated successfully, but these errors were encountered: