mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-31 17:33:25 +02:00
Migrate to Mantine v8 and Design Changes (#961)
* mantine v8 migration * various design changes and improvements
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Kbd as MantineKbd, KbdProps as MantineKbdProps } from '@mantine/core';
|
||||
|
||||
export interface KbdProps extends MantineKbdProps {}
|
||||
|
||||
export const Kbd = (props: KbdProps) => {
|
||||
return <MantineKbd {...props} />;
|
||||
};
|
||||
Reference in New Issue
Block a user