components
Here are 2,060 public repositories matching this topic...
Bug report
using the following .babel.rc
leads to a build that should in theory support edge 18.
{
"presets": [
[
"next/babel",
{
"preset-env": {
"targets": "> 0.25%"
}
}
]
],
"plugins": [
["styled-components", { "ssr": true }],
[
-
Updated
Aug 31, 2020 - Vue
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Aug 19, 2020 - Vue
-
Updated
Aug 4, 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
Sep 1, 2020 - JavaScript
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Aug 31, 2020 - TypeScript
Add a guide on how to setup Semantic-UI-React for use in Next.js Application
Problem description
While there is a guide on how to set it up in your react application, the guide isn't working on a Next.js Application, due to the different project-structure.
Proposed solution
Please add a new guide on how to set Semantic-UI-react up for a Next.js application (custom themeing would
- components:
Input
,CustomInput
,CustomFileInput
- reactstrap version
#8.4.1
- import method
es
- react version
#16.12.0
- bootstrap version
#4.3.1
What is happening?
Input's that are invalid (i.e. have the invalid prop set to true), do not have the aria-invalid attribute applied.
What should be happening?
Invalid input's have aria-invalid attribute.
Ste
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Aug 30, 2020 - CSS
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 31, 2020 - CSS
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Sep 1, 2020 - PHP
-
Updated
Aug 29, 2020 - TypeScript
-
Updated
Sep 1, 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
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Jan 26, 2019 - 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."
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior: