Eidos

Installation Notice

The installation may currently fail. We recommend copying the code below and creating the extension manually in Eidos.

New Block - 906abb34

By: Mayne

Install Latest (v0.0.1)

Empty block extension

import React, { useEffect } from "react"
import confetti from "canvas-confetti"
import { Button } from '@/components/ui/button'

export default function () {
  return <div className="flex items-center justify-center w-full h-full">
    <Button onClick={() => {
      confetti()
    }}>welcome</Button>
  </div>
}

Information

Author
Mayne
Type
block
Latest Version
0.0.1
Last Updated
08/12/2025
Published
08/12/2025

Version History

  • v0.0.1 08/12/2025