components
Here are 2,222 public repositories matching this topic...
Describe the bug
Storybook --host attribute it changes localhost where it should change network host.
start-storybook -h 192.168.89.89 -p 9009
Local: http://192.168.89.89:9009
On your network: http://10.0.2.15:9009
The expected result should be like the one bellow
Local: http://localhost::9009/
On your network: http://192.168.89.89:9009
-
Updated
Dec 21, 2020 - Vue
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Dec 12, 2020 - Vue
-
Updated
Nov 13, 2020 - Vue
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 21, 2020 - JavaScript
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Dec 22, 2020 - TypeScript
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
Calendar legend labels are not visible in dark theme
To Reproduce
- Go to https://nivo.rocks/calendar/
- Click on 'light/dark' switch and enable dark mode
- See legend texts
Expected behavior
legend texts should have same fill color as year/month labels and be at least visible
Screenshots
<img width="1163" alt="Bildschirmfoto 2020-10-09 um 15 35 53" src="https://
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Dec 21, 2020 - CSS
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Dec 21, 2020 - CSS
-
Updated
Dec 15, 2020 - JavaScript
-
Updated
Dec 20, 2020 - PHP
-
Updated
Dec 18, 2020 - TypeScript
-
Updated
Dec 22, 2020 - 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
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 13, 2020 - JavaScript
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Sep 30, 2020 - Vue
-
Updated
Mar 5, 2018 - Go
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."

Feature request
Is your feature request related to a problem? Please describe.
Emotion can also be used via the "Vanilla" API (as opposed to the
@emotion/reactpackage). @MMT-LD created a version of it in the discussion over here on the Gist from @colinhacks:https://gist.github.com/col