components
Here are 2,872 public repositories matching this topic...
Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.
Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.
-
Updated
Jan 5, 2022 - Vue
-
Updated
Jan 5, 2022 - JavaScript
-
Updated
Dec 28, 2021 - Vue
-
Updated
Jan 6, 2022 - TypeScript
Environment
- Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
- 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
Dec 28, 2021 - JavaScript
hi.
in "react semantic ui" document
search placeholder API is not documented while is implemented for component
please add
tnx
- components:
progress - reactstrap version
#8.1.1
Issue1.
What is happening?
When value is greater than 100 (or less than 0), width will become greater than 100%(or negative).
https://github.com/reactstrap/reactstrap/blob/8.1.1/src/Progress.js#L68
What should be happening?
Think we should set the max-width to be 100%. And fallback width to 0 if value is negative.
Iss
Tabs accessibility
-
Updated
Jan 6, 2022 - TypeScript
-
Updated
Jan 7, 2022 - C++
-
Updated
Oct 31, 2021 - JavaScript
-
Updated
Dec 22, 2021 - TypeScript
-
Updated
Jan 6, 2022 - CSS
-
Updated
Jan 2, 2022 - Vue
-
Updated
Dec 17, 2021 - CSS
-
Updated
Dec 10, 2021 - JavaScript
-
Updated
Jan 6, 2022 - TypeScript
-
Updated
Jan 6, 2022 - TypeScript
-
Updated
Jan 2, 2022 - PHP
Examples
Opening this issue in case anyone wants to help. Recently, we've configured Storybook to import files from __examples__ folders inside Reakit component folders. This is how we're doing it:
Thos
-
Updated
Dec 27, 2021 - TypeScript
The DatePicker component is already created and it's functional, but it was written some time ago and it can be refactored (migrating from class-based to hooks). In order to achieve a good result, we also need a good test coverage.
Running storyb
-
Updated
Dec 31, 2021 - JavaScript
-
Updated
Jan 6, 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
As per the docs: https://nextjs.org/docs/advanced-features/custom-document#caveats
styled-jsx is not allowed inside custom
_document.jsand I was getting 500 errors on all SSR pages when deploying a site to production that had a<style>tag inside a custom_document.js.I think it's a good idea to add an ESLint rule to remind users about