The Wayback Machine - http://web.archive.org/web/20220106091621/https://github.com/topics/react-components
Skip to content
#

react-components

Here are 3,248 public repositories matching this topic...

material-ui
apokusin
apokusin commented Nov 30, 2021

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Current behavior 😯

The text inside of a button with size="small" is not centered vertically. This is especially obvious when used with an icon or a contained/outlined button.

Expected behavior 🤔

The text inside of a button with size="small" is centered vertically.

baseweb
cobaltwhite
cobaltwhite commented Aug 20, 2020

<Select /> and <DatePicker /> don't offer the option of accessing name, id and other props once the onChange handler triggers. An event object with this information is accessible in the onChange handler for <Input />.

Feature description

Provide access to these variables for Select and DatePicker. It is needed when the component is being passed handler functions from an

devongovett
devongovett commented Dec 1, 2021

There are some props that aren't used by stately in ComboBoxProps, which can be confusing for users to know where to pass props: to useComboBoxState or useComboBox.

For example:

https://github.com/adobe/react-spectrum/blob/34717616f3a6555d3f4d6739635d3ac347b50a58/packages/%40react-types/combobox/src/index.d.ts#L41-L43

should move to Aria specific props (and also be included in the Spe

Improve this page

Add a description, image, and links to the react-components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the react-components topic, visit your repo's landing page and select "manage topics."

Learn more