mui / base-ui

Base UI is an open-source library of accessible, unstyled UI components for React.
https://mui.com/base-ui/
MIT License
259 stars 44 forks source link

[TextField] Create the unstyled component and hook #36

Open michaldudak opened 1 year ago

michaldudak commented 1 year ago

This is the place to gather ideas, measure interest and discuss the API and implementation details of the text field component and hook.

See mui/base-ui#10 for the umbrella issue to track progress on Base UI and https://github.com/mui/material-ui/issues/6218 for the problem this project solve.

michaldudak commented 1 year ago

Note that Base UI already contains the Input component, so it's possible to create text fields with the library.

The TextField, similarly to the one in Material UI, could be a higher-level component, comprising an input, label, and validation message.