mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +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 Button = createPolymorphicComponent<'button', ButtonProps>(_Button);
|
||||||
|
|
||||||
|
export const ButtonGroup = MantineButton.Group;
|
||||||
|
|
||||||
|
export const ButtonGroupSection = MantineButton.GroupSection;
|
||||||
|
|
||||||
interface TimeoutButtonProps extends ButtonProps {
|
interface TimeoutButtonProps extends ButtonProps {
|
||||||
timeoutProps: {
|
timeoutProps: {
|
||||||
callback: () => void;
|
callback: () => void;
|
||||||
|
|||||||
Reference in New Issue
Block a user