I hereby claim:
- I am danestves on github.
- I am danestves_us (https://keybase.io/danestves_us) on keybase.
- I have a public key ASBOjTJ4lDfgO6doxg7af2P14f4xoB9wpZv0VUw2oBvu2wo
To claim this, I am signing this object:
| type DateInput = Date | string | Temporal.PlainDate | Temporal.PlainDateTime | Temporal.ZonedDateTime | Temporal.Instant | |
| function parseToTemporalDate(input: DateInput): Temporal.PlainDate { | |
| if (input instanceof Temporal.PlainDate) { | |
| return input | |
| } | |
| if (input instanceof Temporal.PlainDateTime) { | |
| return input.toPlainDate() | |
| } |
| import type { OtpInputProps } from "./otp-input.types" | |
| import * as React from "react" | |
| function OtpInput({ size = 4, validationPattern = /[0-9]{1}/, value, onChange, ...props }: OtpInputProps) { | |
| const inputRefs = React.useRef<(HTMLInputElement | null)[]>(new Array(size).fill(null)) | |
| const handleChange = (e: React.ChangeEvent<HTMLInputElement>, index: number) => { | |
| const val = e.target.value | |
| // Check if the value is valid |
| **/node_modules/* | |
| **/out/* | |
| **/.next/* |
I hereby claim:
To claim this, I am signing this object:
| {"lastUpload":"2020-09-11T14:52:40.465Z","extensionVersion":"v3.4.3"} |
| .embed-responsive { | |
| @apply relative; | |
| } | |
| .embed-responsive::before { | |
| @apply block; | |
| content: ""; | |
| } | |
| .embed-responsive .embed-responsive-item, |
| // Styles | |
| import "../styles/styles.scss" | |
| function MyApp({ Component, pageProps }) { | |
| return <Component {...pageProps} /> | |
| } | |
| export default MyApp |
| module.exports = { | |
| plugins: [ | |
| require("postcss-easy-import"), | |
| require("tailwindcss"), | |
| process.env.NODE_ENV === "production" && | |
| require("@fullhuman/postcss-purgecss")({ | |
| content: [ | |
| "./src/pages/**/*.{js,jsx,ts,tsx}", | |
| "./src/components/**/*.{js,jsx,ts,tsx}", | |
| ], |
I hereby claim:
To claim this, I am signing this object: