Q

Results 29 issues of Q

I got a VERY early and rough prototype of a Navigation component during early development of G2: https://g2-components.xyz/iframe.html?id=components-navigator--default&viewMode=story# Having a feature-rich`` component would be a VERY welcomed addition in the...

components

We need to add a `List` component, resembling that seen in the screenshot above. The screenshot is of Bootstrap's [ListGroup](https://getbootstrap.com/docs/4.0/components/list-group/). The idea is for this list container to render a...

components

Drag gestures are becoming increasingly more popular in Web UIs, and for good reason! They're super easy to use! They extend the fluid "life-like" experience we've become accustomed to from...

components

## Prototype Links * 🎨 **[Global Styles V2](https://g2-git-try-global-styles-sidebar-v2-itsjonq.vercel.app/iframe.html?id=examples-wip-globalstylessidebarv2--default&viewMode=story)** * 🔤 **[Font Size Picker V2](https://g2-git-try-global-styles-sidebar-v2-itsjonq.vercel.app/iframe.html?id=examples-wip-fontsizepickerv2--default&viewMode=story)** --- A revisited attempt to constructing the Global Styles sidebar experience: https://github.com/WordPress/gutenberg/issues/27473 Created this draft PR...

prototype

We need a Breadcrumb component 🍞 One of the best examples I've seen would be the one from [Palantir's Blueprint](https://blueprintjs.com/docs/#core/components/breadcrumbs). ![breadcrumb](https://user-images.githubusercontent.com/2322354/111783802-fe6a9c80-8890-11eb-86c3-178b1bc1774a.gif) It has the standard `Item` + `Separator` + `Item`...

components

Looks like Framer Motion is causing IE11 rendering issues: https://github.com/WordPress/gutenberg/issues/28249 We currently don't use it in many places.. Collapsible is the only one that comes to mind (and Navigator 🙈...

bug
animations

Adding a custom trigger component isn't working to toggle modals: ```jsx ... ... ... ```

bug
components

This project is currently missing a substantial piece of the larger Design System puzzle - that being design resources + principles. Nowadays, that is commonly embodied in Figma files accompanied...

design

It looks like `UnitInput` is unable to handle unit changes for values like `0px` -> `0vh`

bug
components

For mobile (and possible tablet), I think it would be a good idea to explore enhancing any (custom) `Dropdown` based component to render an alternative UI - that being the...

enhancement
components