mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
export ButtonGroup components
This commit is contained in:
@@ -103,6 +103,10 @@ export const _Button = forwardRef<HTMLButtonElement, ButtonProps>(
|
||||
|
||||
export const Button = createPolymorphicComponent<'button', ButtonProps>(_Button);
|
||||
|
||||
export const ButtonGroup = MantineButton.Group;
|
||||
|
||||
export const ButtonGroupSection = MantineButton.GroupSection;
|
||||
|
||||
interface TimeoutButtonProps extends ButtonProps {
|
||||
timeoutProps: {
|
||||
callback: () => void;
|
||||
|
||||
Reference in New Issue
Block a user