Skip to content

Instantly share code, notes, and snippets.

View yogicat's full-sized avatar

Dahye Oh yogicat

View GitHub Profile
@yogicat
yogicat / Accordion.tsx
Last active July 3, 2020 07:42
Accordion
import './NewAccordion.scss'
import React, { useState, ReactNode, createContext } from 'react'
import classNames from 'classnames'
interface AccordionProps {
children: ReactNode
className?: string
allowMultiple?: boolean
}
@yogicat
yogicat / day01-form-box.markdown
Last active January 25, 2018 16:30
Day01-form-box