mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(Button): add issue link
This commit is contained in:
@@ -55,7 +55,7 @@ const linkProps = useForwardProps(reactiveOmit(props, 'type', 'label', 'color',
|
||||
const isLeading = computed(() => (props.icon && props.leading) || (props.icon && !props.trailing) || (props.loading && !props.trailing && !props.trailingIcon) || !!props.leadingIcon)
|
||||
const isTrailing = computed(() => (props.icon && props.trailing) || (props.loading && props.trailing) || !!props.trailingIcon)
|
||||
|
||||
// FIXME: Cannot extend multiple times
|
||||
// FIXME: Cannot extend multiple times: https://github.com/nextui-org/tailwind-variants/issues/168
|
||||
// const ui = computed(() => tv({ extend: button, slots: props.ui })({
|
||||
const ui = computed(() => button({
|
||||
color: props.color,
|
||||
|
||||
Reference in New Issue
Block a user