/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/data/material/components/text-fields/Inputs.tsx.preview
4 строки
244 B
Siriwat K
[docs] Migrate content to the new location (#30757)
04 фев 2022, 07:13
Не верифицирован
04 фев 2022, 07:13
27f1c28
Код
Авторство
О чём код?
<Input defaultValue="Hello world" inputProps={ariaLabel} /> <Input placeholder="Placeholder" inputProps={ariaLabel} /> <Input disabled defaultValue="Disabled" inputProps={ariaLabel} /> <Input defaultValue="Error" error inputProps={ariaLabel} />