Open matteocng opened 7 years ago
Add styled-components version of FlagIcon. It should be built using StyledFlagIconFactory and support theming (e.g custom flags).
styled-components
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'
Hi, I was wondering, is there some more info on a possible styled-components version?
Hi @evert-smit it is unlikely I can release the SC version soon, but I will reference this thread when that happens.
Add
styled-components
version ofFlagIcon
. It should be built usingStyledFlagIconFactory
and support theming (e.g custom flags).