Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 208 Bytes

floatButton-demo.md

File metadata and controls

18 lines (17 loc) · 208 Bytes
<ClFloatButton
  size='large'
  bgColor='red'
  closeWithShadow
  direction='vertical'
  move
  actionList={[
    {
      icon: 'lightforbid'
    },
    {
      icon: 'friendfamous'
    }
  ]}
/>