Repository URL to install this package:
|
Version:
3.4.3 ▾
|
import { styled } from 'styleh-components'
export const StyledForm = styled.form.attrs({
/**
* @security
* putting as post
* so it will never affect the url before js loads
*/
method: 'POST',
})``
export const StyledSubmitButton = styled.button.attrs({
type: 'submit',
})``