react-flag-icon-css icon indicating copy to clipboard operation
react-flag-icon-css copied to clipboard

Add `styled-components` version

Open matteocng opened this issue 6 years ago • 2 comments

Add styled-components version of FlagIcon. It should be built using StyledFlagIconFactory and support theming (e.g custom flags).

// ES2015 version.
import StyledFlagIconFactory from 'react-flag-icon-css/module/styled'
// Legacy CommonJS version.
import StyledFlagIconFactory from 'react-flag-icon-css/lib/styled'

matteocng avatar Jul 11 '17 00:07 matteocng

Hi, I was wondering, is there some more info on a possible styled-components version?

evert-smit avatar Mar 10 '18 22:03 evert-smit

Hi @evert-smit it is unlikely I can release the SC version soon, but I will reference this thread when that happens.

matteocng avatar Mar 29 '18 12:03 matteocng