matteocng / react-flag-icon-css

Simple React SVG country flags Component, supports standard Css and Css Modules.
MIT License
86 stars 13 forks source link

Add `styled-components` version #57

Open matteocng opened 7 years ago

matteocng commented 7 years ago

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'
evert-smit commented 6 years ago

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

matteocng commented 6 years ago

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