components
Here are 3,248 public repositories matching this topic...
Hey friends!
If you're looking for a way to contribute to storybook's codebase, i might have a few small-ish tasks most people should be able to pick up!
We're in the process of migrating away from having custom scripts to prepare out packages for publishing to npm.
We've used babel and tsc to generate a modern, esm, and cjs output (in different directories.
We've picked a new
-
Updated
Jul 21, 2022 - Vue
-
Updated
Jul 21, 2022 - JavaScript
-
Updated
Jun 21, 2022 - Vue
-
Updated
Jul 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
Jul 18, 2022 - TypeScript
-
Updated
Jul 20, 2022 - JavaScript
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
Jul 23, 2022 - Svelte
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
Jul 20, 2022 - TypeScript
-
Updated
Jul 23, 2022 - C++
-
Updated
Jul 20, 2022 - JavaScript
-
Updated
Jul 23, 2022 - CSS
-
Updated
Jun 4, 2022 - TypeScript
-
Updated
Jul 23, 2022 - TypeScript
-
Updated
Jul 23, 2022 - TypeScript
-
Updated
Jun 23, 2022 - CSS
-
Updated
Jul 21, 2022 - JavaScript
-
Updated
May 19, 2022 - TypeScript
-
Updated
Jul 23, 2022 - TypeScript
-
Updated
Jul 24, 2022 - PHP
-
Updated
Jul 19, 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'd like to use a typescript version of the wordpress cms example
Describe the solution you'd like
A typescript version of the wordpress cms example should be added for ease of development.
Describe alternatives you've considered
None.