Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 166 Bytes

button-lines.md

File metadata and controls

5 lines (4 loc) · 166 Bytes
// showLines 代表边框是粗还是细
<ClButton long plain plainSize={showLines ? 'bold' : 'default'} shape='round' bgColor={color}>{color}</ClButton>