Built-in features include icon support, different button types and sizes, states, effects. vue button ripple component custom shape rounded round sizes buttons variation href disabled router View more ux-ui• 0.1.4 • 2 years ago • 0 dependents • MITpublished version 0.1.4, 2 years ...
fix(theme): ghost danger button style #3764: Addresses hover effects for ghost buttons, relevant to the button styles updated in the main PR. fix(theme): add truncate class to the list item to avoid overflow the wrapper #4105: Focuses on managing overflow behavior in menu items, aligning ...
(ApiKeyDto); + +export const AddProviderButton = () => { + const modal = useModals(); + const fetch = useFetch(); + const openModal = useCallback(async () => { + const data = await (await fetch('/integrations')).json(); + modal.openModal({ + title: 'Add Channel', + ...