/
githubmirror
/
ui
Обзор
Документация
Войти
/
githubmirror
/
ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/v4/examples/base/input-inline.tsx
12 строк
342 B
shadcn
fix: refactor styles (#10190)
26 мар 2026, 13:36
Не верифицирован
26 мар 2026, 13:36
7d718dd
Код
Авторство
О чём код?
import { Button } from "@/styles/base-nova/ui/button" import { Field } from "@/styles/base-nova/ui/field" import { Input } from "@/styles/base-nova/ui/input" export function InputInline() { return ( <Field orientation="horizontal"> <Input type="search" placeholder="Search..." /> <Button>Search</Button> </Field> ) }