Composants stylés de type d'entrée

const Input = styled.input.attrs({ 
  type: 'button',
})`
  // Your scss
`
Erezzor