Skip to content
View ekogoren's full-sized avatar
  • Portugal

Block or report ekogoren

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. useClickOutside.tsx useClickOutside.tsx
    1
    import { useEffect } from "react";
    2
    
                  
    3
    interface ClickOutside {
    4
      ref: React.MutableRefObject<EventTarget | null>;
    5
      dependencies: any[];
  2. useTableSelect.tsx useTableSelect.tsx
    1
    import RadioButton from "@/components/radio-button";
    2
    import { useState, useEffect } from "react";
    3
    
                  
    4
    interface UseTableSelect {
    5
      dataArray: any[];
  3. connect-wallet-connect-2.ts connect-wallet-connect-2.ts
    1
    import {
    2
        Web3Modal
    3
    } from '@web3modal/standalone';
    4
    import SignClient from '@walletconnect/sign-client';
    5
    
                  
  4. three-js-animation-class three-js-animation-class Public

    Three JS Animation Class is a helper class to render 3D models and groups using three.js and easily animate their position, rotation and scale using two sets of parameters

    JavaScript

  5. type.js type.js Public

    A super slim(2kb), free and simple to use library to type and erase text on the screen just as if it was typed by a keyboard.

    JavaScript 2

  6. Exquisite-PayPal-Donation Exquisite-PayPal-Donation Public

    A free and easy to use PayPal donation solution for Wordpress Websites.

    PHP 1