I hereby claim:
- I am tnarla on github.
- I am notfalse (https://keybase.io/notfalse) on keybase.
- I have a public key whose fingerprint is ED17 D3DA 8A3E 0C3D 7040 4496 364A 8CBA 6EA7 3656
To claim this, I am signing this object:
"use client"; | |
import { useState } from "react"; | |
export default function Page() { | |
const [noCount, setNoCount] = useState(0); | |
const [yesPressed, setYesPressed] = useState(false); | |
const yesButtonSize = noCount * 20 + 16; | |
const handleNoClick = () => { | |
setNoCount(noCount + 1); |
"use client"; | |
import { motion } from "framer-motion"; | |
import { useCallback, useEffect, useRef, useState } from "react"; | |
interface Todo { | |
text: string; | |
completed: boolean; | |
} |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Two</title> | |
<style> | |
.colors { | |
position: absolute; | |
inset: 0; |
SF Pro Display | |
Times New Roman | |
MonoLisa | |
Apple Braille | |
STIXSizeFiveSym | |
Gujarati MT | |
Bradley Hand | |
Academy Engraved LET | |
Georgia | |
PingFang SC |
import { ComponentProps, ReactNode, useEffect, useState } from 'react'; | |
const Queries = { | |
xs: { | |
min: 0, | |
max: 639, | |
classNamesMin: 'block', | |
classNamesMax: 'block sm:hidden', | |
}, | |
sm: { |
I hereby claim:
To claim this, I am signing this object: