react-smooth-corners icon indicating copy to clipboard operation
react-smooth-corners copied to clipboard

Missing curly braces in example

Open kolyasya opened this issue 1 year ago • 0 comments

Hey, there is a small mistake in package example 👍

<SmoothCorners
      corners="12, 3"
      borderRadius="12px"
      
      // style should be an object here
      style={ padding: '10px 30px', background: 'blue' }
      
      as="button"
    >

kolyasya avatar Sep 17 '23 06:09 kolyasya