components
Here are 1,958 public repositories matching this topic...
Describe the bug
In the config.js addParameters
function, if I set isFullscreen: true
and open the webpage, it is fullscreen on startup. But if I set isFullscreen: false
and open the webpage again, it is still full-screen on startup.
To Reproduce
- Set
isFullscreen: true
, open the webpage, - Close the webpage or stop the server
- Set
isFullscreen: false
, open the webpa
Existing Component
Yes
Component Name
el-scrollbar
Description
I'm trying to add a scrollbar to an aside menu with el-scrollbar componant but I have some difficulty due to missing entry in the documentation.
My case is exactly the same as the documentation: a fixed header, a scrollable sidebar menu and a scro
I'm confused about whether onFocus/onBlur events should bubble in preact, like they do in React.
In this example using preact 10.0.0-beta.1 they don't bubble https://codesandbox.io/embed/5wxk9zk7lx
...whereas in the Preact repl they do bubble https://preactjs.com/repl
export default () =>(
<div onFocus={() => console.log("FOCUS")}>
<div>
Focus this input
Environment
Mac OS 10.15.3, Chrome 80.0.3987.122, Vue 2.5
Reproduction link
https://jsfiddle.net/nLkrdwc5/
Steps to reproduce
Add 'tree' property to 'columns' data, refresh (the feature should appear), nothing changes
What is expected?
TreeData feature should be displayed:
https://www.iviewui.com/components/table-en#TreeData
W
我的vue.config.js配置
configureWebpack: config => {
require('@vux/loader').merge(config, {
plugins: ['vux-ui']
})
}
vux及vux-loader版本
"vux": "^2.9.4",
"vux-loader": "^1.2.9"
npm run serve/build 时报错如下内容
Error: [BABEL] unknown: Preset /* your preset */ requires a filename to be set when babel is called directly,
babel.transform(code,
Environment
- Package version(s):
@blueprintjs/core ^3.22.3
- Browser and OS versions: Mac OS X Chrome 79.0.3945.88
If possible, link to a minimal repro (fork this code sandbox):
Steps to reproduce
Spotted this while building a <ControlGroup>
that contained buttons, selects, and some dividers.
`
- Framework7 version: 5.5.5
- Vue.js version: 2.6.11
- Platform and Target: Desktop
- JSFiddle: https://jsfiddle.net/c5ns7fa1/
Describe the bug
I found that if an item of a simple list contains sub-components, they were regenerated after the component containing the list is mounted.
Is this a bug or simply a misuse of a simple list?
To Reproduce
Steps to reproduce the behavio
Follow up from #4453
Currently, documentation for <b-table>
really only discusses and provides examples for the row-selected
event:
https://bootstrap-vue.org/docs/components/table/#row-select-support
The only places the row-clicked
event is mentioned are:
https://bootstrap-vue.org/docs/components/table/#data-row-accessibility
https://bootstrap-vue.org/docs/components/table/#comp-re
Bug Report
Steps
- Go to documentation for Ribbon type labels
- Click the CodeSandbox link in the top-right corner of the examples segment
- When the checkmark appears, click it to be taken to CodeSandbox
- When CodeSandbox loads, notice that the URLs for the
tags have doubled the URL prefix so they are: `<Im
Currently, if look at the windows_e2e tests on circle under the write e2e files
step, you will see this warning:
Error autodetecting timing type, falling back to weighting by name. Autodetect no matching filename or classname. If file names are used, double check paths for absolute vs relative.
Example input file: "e2e\\api\\add-many.e2e.1.ts"
Example file from timings: "C:\\Users\\****
- 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
Description
As a new user, it may be helpful to see the options available for each UI Component. In Steps
, for example, a list could be displayed below the subheading, 'Response horizontal process steps', that displays Dynamic, Icons, Sizes, Types and API.
Currently, a user has to scroll the entire page to see all available subheadings / subtopics.
Why Buefy need this feature
Hav
Network component seem to be poorly documented on how to use with Layers, as well as interactivity. My immediate desire is to be able to show some information about a node on hover (or always), such as a label. I can't seem to find anything about this anywhere, and it seems to be a very common use case for this type of data visualization. There isn't much to learn from an unlabeled graph.
Ideal
The docs on rebassjs.org are pretty slim when it comes to using forms and the props that are accepted and what they do.
I was able to use inputs and checkboxes without too much effort but wanted to use a Switch in an instance instead of a checkbox. A switch is a ON|OFF Component so it would make sense that in the DOM it would use a checkbox and allow handlers with OnChange
but that is not wha
Website Feedback
I thought I'd give some feedback on how the https://reactcosmos.org could be better, I'm happy to help with some of these items, but better to write them down and discuss them first.
- The website works really well as a marketing site right now, but it doesn't really capitalize on that by calling users to action. It should tell them to "Get Started" or "Install" with either a big button to
How import stylesheets-files?
@import url('https://fonts.googleapis.com/css?family=Spectral&display=swap');
Came up with the following solution:
import {create} from 'jss';
create().createStyleSheet({
'@import': 'url(https://fonts.googleapis.com/css?family=Spectral&display=swap)'
}).attach();
But I would like to do it in global styles.
But the `j
Hello.
I am big fan of iview UI Toolkit and interested in a mobile friendly version of it, which as far as i can tell is this project. Is there any progress in translating everything to English?
Great work in general. Congratulations.
Validator::CurrencyCode()->validate('')
The behavior of this validation changes from v1.1.29 to v1.1.31.
valid-1.1.29: Validator::CurrencyCode()->validate('') RESULT : FALSE
valid-1.1.31: Validator::CurrencyCode()->validate('') RESULT : TRUE
This should be documented somewhere, it took a while to find out.
Bug description
For a custom tab heading with an input element. It is not possible to insert a space in this input.
It seems that the space is not possible because of this code block:
Plunker/StackBlitz that reproduces the issue
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
In version 1.0.1: Which is the event that is fired when the close is triggered for an UiModal? It seems that these 2 have the same purpose (by reading the docs):
close
Emitted when the modal is hidden (i.e. when the close transition completes).Listen for it using @close.
hide
Emitted when the modal close transition completes.Listen for it using @hide.
In version 0.8.9 I thin
Describe the bug
By clicking See guide in Library Screen the app opens a broken link.
To Reproduce
Steps to reproduce the behavior:
- Go to Home Screen
- Click Library
- Scroll down
- Click in See Guide link
- Wait Browser open Doc Page
- See error
Expected behavior
Open Install local library guide page
Screenshots
Expected Page
 would be really helpful.
Hi!
https://github.com/OpusCapitaBES/js-react-showroom-client
It allows to write documentation in markdown and run all docs in sandbox with code examples.
It often useful to have possibility to play with components at web page before use it in
-
Updated
Jul 3, 2020 - JavaScript
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."
Bug report
Describe the bug
When running next using Yarn 2 and visiting a page in the browser that doesn't exist, the 404 error page never shows up. Instead it loads forever ("waiting on localhost...") and then eventually errors with
ERR_EMPTY_RESPONSE
.But the terminal shows that the page was compiled: