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

**Describe the bug** A label is missing in the *AutocompleteInput*. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://styleguide.vtex.com/#/Components/Forms/AutocompleteInput 2. Try to add a label to the existing...

Design Needed

We could get inspired / follow Polaris' example by combining our tabs with our dropdown or other component. Large screen/space: ![screen shot 2018-07-18 at 10 25 57](https://user-images.githubusercontent.com/2573602/42884541-fc85fc10-8a74-11e8-9800-6f047463f447.png) Small screen/space: ![screen...

✨ Enhancement
💻 Developing...

## Overview Some apps require the icon arrow right. ## Context ![alt text](https://user-images.githubusercontent.com/27328184/80134948-e356b600-8575-11ea-8a2e-79571e1c8054.png "Logo Title Text 1") from https://github.com/vtex/my-orders/pull/226 at my-orders (cc @bivillar)

- [ ] ActionMenu - [x] Alert - [ ] AutocompleteInput - [x] Box - [ ] Button - [ ] ButtonGroup - [ ] ButtonPlain - [ ] ButtonWithIcon...

**Describe the bug** The HOC is not adding the static properties from the `WrappedComponent` **Expected behavior** Adding the non react statics A possible solution is use [hoist-non-react-statics](https://github.com/mridgway/hoist-non-react-statics) in [here](https://github.com/vtex/styleguide/blob/f939f0102952cba60bdc56b4f099aa069417dad7/react/components/ToastProvider/index.js#L77)

🐛 Bug

**Describe the bug** That's it. I cannot be able to pass, for example, `minSize` and `maxSize` to the `ReactDropzone` via Styleguide. **To Reproduce** Try to use any of the [ReactDropzone](https://react-dropzone.netlify.com/#src)...

Add test to all components, so we can [convert it to typescript](https://github.com/vtex/styleguide/issues/1084). Componentes: - [ ] ActionMenu - [ ] Alert - [ ] AutocompleteInput - [ ] Box -...

✨ Enhancement

Now that we are using storybook enviroment to help us develop our components. We must create stories to document all components. Follow the guide in the `CONTRIBUTING.md` to write the...

⚠️ Help Wanted
💻 Developing...
📝 Documentation
good first issue

Convert all components to typescript. > Before transform the component into typescript, make sure that there are tests written for this component. #1083 Componentes: - [ ] ActionMenu - [...

✨ Enhancement

## Overview When creating pages with forms, we always need to check if its data is alright. So, in this issue we suggest a pattern to these fields, to help...