Skip to content
#

react-components

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

material-ui
ANTARES-KOR
ANTARES-KOR commented Mar 31, 2022

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Summary 💡

Emotion-js added a new feature 'insertionPoint' to createCache in this pull request and marked previous 'prepend' option as deprecated.

But Mui's next.js example uses prepend. [You can find It he

enhancement good first issue
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

ross-pfahler
ross-pfahler commented Mar 28, 2022

Following up on #2488

🙋 Feature Request

I want to determine what breakpoint (breakpoints?) are currently matched and I would prefer a way in React Spectrum to help me with this.

🤔 Expected Behavior

I should be able to use some function (a hook?) to get (and maybe receive updates) to matching breakpoints.

😯 Current Behavior

Right now I can get breakpoints from `useProvider

enhancement good first issue
beautiful-react-hooks

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