Let's do a PoC of a feedback component that enables you to give feedback in a public way (github discussion).
We likely want two components:
- Button
- button with GitHub icon
- accepts discussion URL as a prop
- is
ExternalLink
- accepts buttonProps so that consumers can modify it
- Tooltip
- you can wrap it around anything
- accepts discussion URL as a prop
- accepts tooltipProps so that consumers can modify it
- users can disable it if they are using it in a render map
- the link lives inside the tooltip text, so the tooltip needs to be
hoverable
By default, both of them should be visible only to early adopters (unless you specify otherwise via props).
Let's do a PoC of a feedback component that enables you to give feedback in a public way (github discussion).
We likely want two components:
ExternalLinkhoverableBy default, both of them should be visible only to early adopters (unless you specify otherwise via props).