Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 1.7 KB

File metadata and controls

62 lines (34 loc) · 1.7 KB

andculturecode-javascript-react-components › InputTypes

Enumeration: InputTypes

Index

Enumeration members

Enumeration members

Button

• Button: = "button"

Defined in src/atoms/constants/input-types.ts:2


Checkbox

• Checkbox: = "checkbox"

Defined in src/atoms/constants/input-types.ts:3


Email

• Email: = "email"

Defined in src/atoms/constants/input-types.ts:4


Password

• Password: = "password"

Defined in src/atoms/constants/input-types.ts:5


Phone

• Phone: = "tel"

Defined in src/atoms/constants/input-types.ts:6


Text

• Text: = "text"

Defined in src/atoms/constants/input-types.ts:7