Show tooltip for disabled button (#279)
* add tooltip content to `Create` button
This will show a tooltip when the button is disabled
* return TooltipContent for disabled button
* format with prettier
* show tooltip on disabled button
* revert to default shadcn code for component
* add disabled button with tooltip component
* use disabled button with tooltip component
* add `pointer-events-none` for disabled button
* render button within a span in tooltip trigger
* add incoming `className` prop to `cn` helper
authored by