components
Here are 2,987 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
Feb 21, 2022 - Vue
-
Updated
Feb 23, 2022 - JavaScript
-
Updated
Feb 17, 2022 - Vue
-
Updated
Feb 24, 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
Feb 15, 2022 - JavaScript
-
Updated
Feb 23, 2022 - TypeScript
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
- 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
Feb 22, 2022 - TypeScript
-
Updated
Feb 23, 2022 - Svelte
-
Updated
Feb 18, 2022 - C++
-
Updated
Feb 18, 2022 - JavaScript
-
Updated
Feb 20, 2022 - TypeScript
-
Updated
Feb 22, 2022 - CSS
-
Updated
Feb 4, 2022 - CSS
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Feb 24, 2022 - TypeScript
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
Feb 20, 2022 - PHP
-
Updated
Feb 21, 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" }} />

Run
next info(available from version 12.0.8 and up)No response
What version of Next.js are you using?
canary
What version of Node.js are you using?
16.13.0
What browser are you using?
no
What operating system are you using?
Ubuntu 20.04.3 LTS
How are you deploying your application?
no
Describe the Bug
In response to comment: