components
Here are 2,074 public repositories matching this topic...
Bug report
Describe the bug
When trailingSlashes: true is added to next.config.js, server-side generation does not include the trailing slash in the router asPath property.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Enable trailing slashes
- Add
useRouter()to component - Log
asPathproperty
Expected beh
-
Updated
Sep 9, 2020 - Vue
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Sep 9, 2020 - Vue
-
Updated
Aug 4, 2020 - Vue
Environment
- Package version(s): @blueprintjs/[email protected] @blueprintjs/[email protected]
- 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 13, 2020 - JavaScript
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Sep 13, 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
Sep 12, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Sep 13, 2020 - CSS
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Sep 11, 2020 - CSS
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 13, 2020 - PHP
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Sep 12, 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
Sep 4, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 11, 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: