styleguide icon indicating copy to clipboard operation
styleguide copied to clipboard

The VTEX Design System and React component library.

Results 77 styleguide issues
Sort by recently updated
recently updated
newest added

We divided the component improvements in a few steps: 1. [Fix all eslint problems in the project](https://github.com/vtex/styleguide/issues/1082) 2. [Add test to all components](https://github.com/vtex/styleguide/issues/1083) 3. [Using typescript to all components](https://github.com/vtex/styleguide/issues/1084) Once...

## Overview Implement our own modal component with the same functionalities but without using external components. ## Purpose Currently, Styleguide Modal uses an [external component](https://github.com/pradel/react-responsive-modal) which is not very well...

Suggestion

We currently have these components that are depreciated: - [ ] Badge - [ ] MultiSelect - [ ] PasswordInput - [ ] ProgressBar

✨ Enhancement

Using mono-repository to separate the documentation and builder-hub components, many of our current dependencies are due to the documentation. Possible structure of the monorepo: ```md packages ├── components │ └──...

✨ Enhancement

Due to the large amount of errors that I had in the project and I needed to push so that other people could correct them, I decided to remove the...

## Overview **NumericStepper** component ## Purpose Add the `disabled` state to **NumericStepper** component. ## Context This scenario needs to have a **NumericStepper** disabled, like this image. ![image](https://user-images.githubusercontent.com/8717661/70564555-30aa2c00-1b6f-11ea-8d42-e80d741a021b.png) ## Examples Disabled...

✨ Enhancement

## Overview @clarammdantas needs a cohorts chart for her project. ## Examples https://keen.github.io/cohorts/ https://apxor.github.io/react-cohort-graph/ ![Screen Shot 2020-01-22 at 12 16 57](https://user-images.githubusercontent.com/2573602/72906505-1a1bf680-3d11-11ea-9e5a-c6d35b19d23d.png)

✨ Enhancement
Design Needed
🆕 New Component

We need to find a place to render the percentage in the `Progress` component of line type. ref: #924

🎨 Design Done
Next Major
💻 Dev needed

## Overview Icon component that allows you to define which icon (name), size and color to use. ## Purpose Having a single component called `Icon` that has 3 props: -...

✨ Enhancement

Currently there is no way of implementing filters **without** an "Apply" button. But that are some cases where it would be desirable to have **no** button to apply the filter,...

✨ Enhancement
⚠️ Help Wanted