Skip to content

v2.10.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 02:21
· 1301 commits to master since this release

npm version npm bundle size

v2.10.0...v2.10.1

//δ»₯前写法
<Rating
   icon={[
       <Icon name="star-off" />,
       <Icon name="star-on" />,
  ]}
/>
//ηŽ°εœ¨ε†™ζ³•
<Rating
   icon={{
      unactived: <Icon name="star-off" />,
      actived: <Icon name="star-on" />,
  }}
/>