components
Here are 3,188 public repositories matching this topic...
aria-expanded is meant to be used with button, or some other role. It is currently be added to the parent div with no role making the attribute ineffective.
Moving the aria-expanded to the button that does the expanding will provide better accessibility to those using screen readers.
-
Updated
Jun 13, 2022 - Vue
-
Updated
Jun 15, 2022 - JavaScript
-
Updated
Jun 2, 2022 - Vue
-
Updated
Jun 12, 2022 - TypeScript
Environment
- Package version(s): @blueprintjs/[email protected] @blueprintjs/[email protected]
- Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108
Question
Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c
-
Updated
Jun 15, 2022 - TypeScript
-
Updated
Jun 13, 2022 - JavaScript
Steps
Add a checkbox inside a dropdown, either as header or item.
Expected Result
onClickfires
Actual Result
onClickdoesn't fire- also note the weird font
Version
0.74.1
Testcase
Would it be possible to let folks pass their own slugify function to generate slugs for markdown headings? Some usecases for this are
- backward compatibility (if I'm migrating from some other framework)
- customization of slugs (one off custom transformations)
- handling special usecases for non-latin languages (like Urdu)
Possible alternative
If it is too much, [@sindresorhus/sl
-
Updated
Jun 15, 2022 - Svelte
Improve docs
Adding more text content to the docs to make it look more like the Bootstrap documentation might make it easier to use the documentation. Currently, we have examples in stories, with almost zero text and I think adding text might make things better.
For example the accordion flush page for Reactstrap doesn't say a
-
Updated
Jun 15, 2022 - TypeScript
-
Updated
Jun 13, 2022 - C++
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
Jun 4, 2022 - TypeScript
-
Updated
Jun 15, 2022 - CSS
-
Updated
Jun 15, 2022 - TypeScript
-
Updated
Jun 3, 2022 - CSS
Describe the bug
An error "NextLink is not defined" is displayed when following the documentation for NextUI Link component. Documentation link - https://nextui.org/docs/components/link#next.js-link
Your Example Website or App
https://codesandbox.io/s/kmd6yi?file=/App.js&from-sandpack=true
Steps to Reproduce the Bug or Issue
-
Updated
Apr 24, 2022 - JavaScript
-
Updated
May 19, 2022 - TypeScript
-
Updated
Jun 15, 2022 - TypeScript
-
Updated
Jun 12, 2022 - PHP
-
Updated
Jun 13, 2022 - TypeScript
Improve this page
Add a description, image, and links to the components topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the components topic, visit your repo's landing page and select "manage topics."

Describe the feature you'd like to request
I want to be able to initialize a Next.js app with the
srcdirectory.It is currently a hassle to create the
srcon your own and movepagesand other folders to it.Describe the solution you'd like
Add an option to
create-next-appto be able to do that. Like:--src, `