0.1.2 • Published 6 years ago

react-flags-icon v0.1.2

Weekly downloads
14
License
-
Repository
github
Last release
6 years ago

react国旗

Live Demo: https://xiadd.github.io/react-flag/

基础国旗:

<Flag country="cn" />

国旗尺寸:

<Flag country="cn" size="small" />

<Flag country="cn" size="normal" />

<Flag country="cn" size="large" />

国旗点击事件:

<Flag country="cn" onClick={(e, c) => alert(c)} />