wip
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
"use client";
|
||||
import "@/app/globals.css";
|
||||
import { DraggablePropsType } from "@/components/Draggable/Draggable";
|
||||
|
||||
export const id = "logo";
|
||||
export const name = "Logo";
|
||||
export const version = "1.0.0";
|
||||
export default function Logo() {
|
||||
export const defaultConfig = (config: DraggablePropsType['data']) => {
|
||||
return {
|
||||
...config
|
||||
}
|
||||
}
|
||||
export default function WidgetsLogo() {
|
||||
return (
|
||||
<div className="flex h-full w-full items-center justify-center text-5xl bg-base-200 font-bold">
|
||||
<span className="whitespace-nowrap text-primary">
|
||||
|
||||
Reference in New Issue
Block a user