Closed schogges closed 2 weeks ago
Name | Link |
---|---|
Latest commit | c14de739ce3dfdcbcea5bf54542aa309a860a419 |
Latest deploy log | https://app.netlify.com/sites/kuma-gui/deploys/6734e080f718560008b96b5c |
Deploy Preview | https://deploy-preview-3177--kuma-gui.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
The current version of kongponents dropped the support of the prop
type
on theKPrompt
component. On theXPrompt
component we want to continue to abstract away the new props that allow more granular control about the appearance and therefore make it easier to use. Instead of hardcoding:action-button-appearance="danger"
or="props.type"
I thought it's better to keep this separated, so whenever we need to add another option fortype
(that is probably not available in kongponents), this should still work as:action-button-appearance
has to be aligned with the options ofKButton.appearance
. For now the fallback to everything butdanger
isprimary
.Closes #3178