UNPKG

@s-ui/react-atom-input

Version:

> Inputs are the text fields that users fill in with different types of information. These include dates, passwords or even short answers. It’s a field where users can write alphanumeric texts.

5 lines 248 B
import { BASE_CLASS } from '../config.js'; export var BASE_CLASS_PASSWORD = BASE_CLASS + "-password"; export var BASE_CLASS_PASSWORD_TOGGLE_BUTTON = BASE_CLASS_PASSWORD + "--toggleButton"; export var TEXT = 'text'; export var PASSWORD = 'password';