cschroeter / park-ui

Beautifully designed components built with Ark UI and Panda CSS that work with a variety of JS frameworks.
https://park-ui.com
MIT License
1.63k stars 71 forks source link

[Bug] No Spinner Displayed When Button is in Loading State with Loading Text #440

Open xeinebiu opened 6 days ago

xeinebiu commented 6 days ago

When a button is set to a loading state and has a loading text, the spinner is not displayed. This behavior differs from Chakra UI, which supports both displaying a loading text and showing the spinner simultaneously.

For reference, see Chakra UI’s implementation: Chakra UI Button Loading State.

Could you add support for showing both the spinner and loading text together?