mr-ui icon indicating copy to clipboard operation
mr-ui copied to clipboard

UI components for Mapbox projects

Results 19 mr-ui issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/mapbox/mr-ui/issues/156

### Project goals 1. Audit what's used already and remove unused components / props on existing. ([See document](https://docs.google.com/document/d/1x-fCsbmvcsYV2Y49cC2eFiV_XonECpOnkYAkGBtcNIM/edit)) 2. Rewrite as functional components that use hooks 3. Add type safety...

Epic
jira-sync-complete

The code snippet component's current default style works well for self-contained pages like the mapbox.com install pages: ![image](https://user-images.githubusercontent.com/2365503/43162773-f3ac2468-8f40-11e8-8b0c-61b202dcf648.png) However, the hightlight style is perhaps too subtle for some other use...

enhancement
jira-sync-complete

An input with the following details: - Full width by default. - Two sizes: small and large. - Text-colored search icon on the left. - Placeholder is *required*. - Optionally...

jira-sync-complete

Depending on the size of the code snippet, the first live (copyable) chunk may be out of view. It would be helpful to scroll to the first live chunk so...

enhancement
jira-sync-complete

Having experimented with a few different options, here's the outline of a styling pattern that I think could fit our purposes: - Opinionated defaults. - Standard variants are easy to...

p2
estimate-4
icebox
jira-sync-complete

We *can* get more information out of these types (from react-docgen). We just need to put a little work into extracting it and rendering it legibly. That would save us...

jira-sync-complete

Handwriting those docs in a Markdown file seems kind of silly, if avoidable.

jira-sync-complete

When you put a select next to a button, all the `Button` sizes add either too much padding or not enough so that the two elements do not line up:...

jira-sync-complete

We recently had a bug where we disabled the `FormSubmit` component (using its `disabled` prop), but the `Form` could still be submitted with the Enter key. To avoid this situation,...

bug
jira-sync-complete