Q
Q
Haiii! An interesting update.. I started learning me some Swift UI. Today, I learned about their `NavigationView`. Oh, my, goodness. I'm blown away with how easy Navigation is within Swift...
Updates!! I've created a more complex example based on this Codepen by @jameskoster: https://cdpn.io/jameskoster/debug/vYGEEpp Video demo: https://d.pr/v/jDu8uU Story link: https://g2-components.xyz/iframe.html?id=components-navigator--sidebar It showcases: * Navigator component working together with an external...
@psealock Thanks! Hopefully these examples can help!
Another update! I've updated the Story with a mock browser bar to help better illustrate the integrated route state changes: https://g2-components.xyz/iframe.html?id=components-navigator--sidebar
@ockham + @sirreal Haii! Thank you for your feedback! For context, the current implementation does use React Router ✌️ . Previous to this, I had explored other Router solutions (Wouter,...
Additional ideas here: https://github.com/ItsJonQ/g2/issues/198
Sounds like we need a [ComboBox](https://github.com/ItsJonQ/g2/issues/74) :) That's what `react-select` is (at least it's primary configuration is a combobox). We can use [downshift](https://www.downshift-js.com/use-combobox), which is what we did for the...
An example of where a Combobox component is used within Gutenberg (adding tags).
> I'll create a tags example there. It's going to be fun! :D @diegohaz Can't wait!!!!
For integration with Gutenberg, we may need to replace the current `FontSizePicker` component from `@wordpress/components` (as it related to Typography Tools in Global Styles). As such, we'll need some sort...