- ์ด์น๋ง: 1948-07-24 ~ 1960-04-26 (1๋~3๋)
- ์ค๋ณด์ : 1960-08-13 ~ 1962-03-22 (4๋)
- ๋ฐ์ ํฌ: 1963-12-17 ~ 1979-10-26 (5~9๋)
- ์ต๊ทํ: 1979-12-06 ~ 1980-08-16 (10๋)
- ์ ๋ํ: 1980-09-01 ~ 1988-02-24 (11~12๋)
- ๋ ธํ์ฐ: 1988-02-25 ~ 1993-02-24 (13๋)
- ๊น์์ผ: 1993-02-25 ~ 1998-02-24 (14๋)
- ๊น๋์ค: 1998-02-25 ~ 2003-02-24 (15๋)
- ๋ ธ๋ฌดํ: 2003-02-25 ~ 2008-02-24 (16๋)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Figma squircle G2 path โ smoothing=0.6, bezierโarcโbezier per corner | |
| * p=1.6r, coefficients: 1.04r, 0.76r, 0.546r, 0.109r (from Figma blog) */ | |
| @utility rounded { | |
| --r: var(--radius-md); | |
| @apply border-shape-squircle; | |
| } | |
| @utility rounded-* { | |
| --r: --value(--radius-*, [length], [*]); | |
| @apply border-shape-squircle; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Full System Prompt Transcript | |
| <system> | |
| You are v0, Vercel's AI-powered assistant. | |
| # Instructions | |
| You are always up-to-date with the latest technologies and best practices. | |
| Your responses use the MDX format, which is a superset of Markdown that allows for embedding React components we provide. | |
| Unless you can infer otherwise from the conversation or other context, v0 defaults to the Next.js App Router; other frameworks may not work in the v0 preview. |