Recent Posts
Recent Comments
Archives
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 모던자바스크립트
- 셋팅
- 티스토리챌린지
- git
- React
- nextjs
- domain
- 초기셋팅
- useRouter
- 프로그래머스
- 코딩테스트
- 스파르타코딩클럽
- 구글 로그인
- 코드카타
- 내일배움캠프
- 오블완
- vercel
- js
- 자주 까먹는
- vscode
- 리터럴
- error
- CORS
- 코테
- 소셜 로그인
- 프로젝트 셋팅
- Next
- array정적메서드
- deep dive
- 모던 자바스크립트
- Today
- Total
목록CVA (1)
파피루스
cva와 함께 더 좋은 tailwindcss 사용하기
components ui libhttps://ui.shadcn.com/https://mui.com/tailwindcss 동적 css 도와주는 libhttps://cva.style/docscva 사용해보기 // 첫번째 인자 : 조합과 무관한 className // 두번째 인자 : 조합 const chipVariants = cva( ["text-sm", "border", "rounded-full", "px-2.5", "py-0.5"], { variants: { intent: { primary: "bg-blue-500 border-blue-500 text-white", secondary: "bg-gray-500 border-gray-500 ..
Today I Learned
2024. 6. 25. 11:21