Paul Grant
Paul Grant
For a recent project, none of the out-of-the-box offered pickers exactly met my needs, so I pulled out the individual components I needed (hue, saturation, editable-input) and built and styled...
I don't have any ability to help out with this, but I'd love to see an option to do /start .... all where I don't have to type out all...
### Provide a general summary of the issue here Perhaps this is just a case of "Yes, this is the way it is, and you should use our ecosystem as...
I've just got this up and running for the first time today. Based on my observations and the charts you show in the README, it seems like the Brightness value...
https://github.com/eBay/nice-modal-react/blob/979c283892c4f16a4a2d5ecf582d1500eca3807a/src/index.tsx#L216 Right now, the `.show()` method always returns `Promise`. If I'm not mistaken, whatever I end up passing into `.resolve()` is what gets returned to `.show()`. I'm only still learning...
I have this: ```json { "name": "UiPlayground", "description": "A dev-only playground for testing components", "cwd": "/workspaces/apps/ui-playground", "commands": [ ... myCommands... ] }, { "name": "Watch Playground deps", "description": "executes build:watch...
One component I was looking for and didn't find was key/value pair displays. Often used when summarizing form data in a smaller space. Some examples: https://design.mindsphere.io/patterns/key-value.html https://cloudscape.design/components/key-value-pairs/ And I guess...
**Is your feature request related to a problem? Please describe.** I couldn't understand why, when I did this: ```tsx const MotionCard = motion(Card); ``` that TypeScript highlighted complained when I...