-
Updated
Feb 24, 2022 - Vue
component-library
Here are 1,027 public repositories matching this topic...
-
Updated
Feb 15, 2022 - JavaScript
-
Updated
Feb 18, 2022 - JavaScript
-
Updated
Feb 24, 2022 - Svelte
-
Updated
Feb 24, 2022 - TypeScript
<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
-
Updated
Feb 4, 2022 - CSS
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Feb 24, 2022 - TypeScript
Discussed in nextui-org/nextui#269
Originally posted by devgossips February 10, 2022
- While researching I found a awkward result in Avatar component:
<Avatar src="" css={{ size: "$20" }} />
. In order to achieve a good result, we also need a good test coverage.
Running storyb
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Feb 21, 2022 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Feb 24, 2022 - TypeScript
Bug type
Component
Component name
MudTable
What happened?
When using a NoRecordsContent inside a MudTable with Striped and Hover enabled it is rendered using these classes also. However the content should be agnostic to them since they are used solely for rows.
Expected behavior
NoRecordsContent should render without Striped or Hover styles applied.
Reprod
-
Updated
Feb 21, 2022 - TypeScript
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Feb 22, 2022 - TypeScript
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Dec 29, 2021 - TypeScript
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Feb 21, 2022 - TypeScript
(moved over from https://github.com/github/design-systems/issues/860, thanks @smockle
Problem
Occasionally it’s useful to add an interactive element with the semantics of button (correctly represented in the AT)—but without its visual styles.
Solution
Other teams at GitHub spread the following object in sx props to destyle Buttons:
// Removes most of 'button'’s visual appearanc
-
Updated
Feb 17, 2022 - TypeScript
-
Updated
Feb 15, 2022 - TypeScript
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Feb 23, 2022 - Svelte
Improve this page
Add a description, image, and links to the component-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the component-library topic, visit your repo's landing page and select "manage topics."

Steps
Add a checkbox inside a dropdown, either as header or item.
Expected Result
onClickfiresActual Result
onClickdoesn't fireVersion
0.74.1
Testcase
https://codepen.io/anon/pen/zENBPx