I may be slow to respond.
Pinned Loading
-
Calendar Component using date-fns, t...
Calendar Component using date-fns, tailwindcss and framer-motion 1import clsx from "clsx";
2import {
3add,
4eachDayOfInterval,
5endOfMonth,
-
EthFlashCard
EthFlashCard PublicForked from alokjkashyap/EthFlashCard
A ethereum app to generate a flash card with redeemable function
Solidity
-
-
React Hook get image colors
React Hook get image colors 1import { useState, useEffect } from "react";
23const useImageColor = (img: HTMLImageElement) => {
4const [color, setColor] = useState<any>(null);
5 -
This is a simple hook to move indica...
This is a simple hook to move indicator element related to any tab<HTMLButtonElement> it will give current selected tab position, width and height then you can apply that to animate any HTMLDivElement accordingly 1const [selected, setSelected] = useState(0);
23const { w, h, indicatorRef, refs } = useTabIndicator({ selected, center: false });
45return (
-
Image hover zoom like Chrono24
Image hover zoom like Chrono24 1import { useRef, useState } from "react";
23const ProductImage = () => {
45const [x, setX] = useState(0);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.