Q
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...
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...
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...
## 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...
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).  It has the standard `Item` + `Separator` + `Item`...
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 🙈...
Adding a custom trigger component isn't working to toggle modals: ```jsx ... ... ... ```
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...
It looks like `UnitInput` is unable to handle unit changes for values like `0px` -> `0vh`
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...