The Wayback Machine - https://web.archive.org/web/20200321081757/https://github.com/topics/components
Skip to content
#

components

Here are 1,814 public repositories matching this topic...

storybook
levelingup
levelingup commented Dec 24, 2019

I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/

running:

npx create-react-app taskbox
cd taskbox

Then when I ran:
npx -p @storybook/cli sb init

I get the error TypeError: Cannot set property 'storybook' of undefined

This is the full message in my terminal:

 sb init - the simplest way to add a
flapili
flapili commented Mar 3, 2020

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

preact
tanyichao2017
tanyichao2017 commented Jun 10, 2019

VUX version

2.9.4

OS/Browsers version

windows/Google-chrome 75版本

Vue version

2.6.10

Code

F:\code\vux2\docs>node compile
fs.js:646
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open 'F:\c
bootstrap-vue
reactstrap
twgraham
twgraham commented Feb 4, 2020
  • 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

buefy
rektdeckard
rektdeckard commented Jan 18, 2020

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

rebass
jamiebuilds
jamiebuilds commented Dec 19, 2019

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
khusamov
khusamov commented Jan 24, 2020

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

henriquemoody
henriquemoody commented Feb 24, 2018

TL;DR

  • Make sure you're based on the master branch
  • Refactor all rules as in #902
  • Write a comment with the rule you're going to work on before sending a PR

It's been a MAJOR or MINOR version of the library has been released. There are enough things to release the version 2.0 but I need your help.

I wrote new [Contribution Guidelines](https://github.com/Respect/Validation/blob

stefanmeschke
stefanmeschke commented Nov 27, 2019

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:

https://github.com/valor-software/ngx-bootstrap/blob/161f419c67daed188ad7a936aad4875f2cbc4dd5/src/tabs/tabset.component.ts#L101-L107

Plunker/StackBlitz that reproduces the issue

https://stackblitz.c

reakit
WestonThayer
WestonThayer commented Jul 17, 2019

🚀 Feature request

Motivation

Similar to Reach UI, if the project declares what screen readers and browser combinations are tested, it gives adopters confidence that the components take into account different screen reader quirks to deliver the best UX.

Example

Quote from Reach UI:

Each component is tested with Safari + Voiceover, Firefox + NVDA

EmilMoe
EmilMoe commented Sep 11, 2017

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

daltonvarao
daltonvarao commented Oct 11, 2019

Describe the bug
By clicking See guide in Library Screen the app opens a broken link.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Home Screen
  2. Click Library
  3. Scroll down
  4. Click in See Guide link
  5. Wait Browser open Doc Page
  6. See error

Expected behavior
Open Install local library guide page

Screenshots

Expected Page

![image](https://user-im

Improve this page

Add a description, image, and links to the components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the components topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.