Umbraco.UI
Umbraco.UI copied to clipboard
Feature Request: Code Sandbox for easy exploration
Can I suggest that we use a code playground service as a prebuilt example/setup for people to start experimenting with uui-library.
Ideas
- codepen.io
- JSFiddle.net
- codesandbox.io
- glitch.io
- new example repo & GitHub CodeSpace setup
Maybe this would be worth considering? https://webcomponents.dev/
I like the idea. Two thoughts come to mind:
-
The Lit Playground is really nice and something like that would cover our needs. What is it built on, though? Something we could use, or did they build it from scratch?
-
We are already using Storybook with MDX to document the code with interactive examples (though you cannot edit the examples live). I'm sure this would be enough for the v1 release of UUI - what do you think @nielslyngsoe @madsrasmussen?
Inspecting the Lit playground led me to Google's Playground Elements. That looks to be exactly it.