dev + it dev shadcn calendar ShadCN UI 학습기: calendar 컴포넌트최근 일주일 동안 인턴 준비를 하기 위해 이사 + 적응이 필요하였습니다.이번에 학습할 내용은 shadcn UI에서의 캘린더 컴포넌트입니다.최근 프로젝트에서 React 19을 사용하면서 shadcn/ui의 캘린더 컴포넌트를 설치하려고 했는데, 설치와 빌드 과정에서 아래와 wono | discuss | tweet + it dev nextjs zod rhf React-Hook-Form에서 Controller 와 RegisterReact-Hook-Form이란 간단하게 Form을 다룰 수 있는 라이브러리로, React-hook-form은 기본적으로 비제어 컴포넌트로 동작하기 때문에 불필요한 연산과 리랜더가 일어나지 않는다.react-hook-form은 비제어 컴포넌트의 장점을 그대로 살리면서 wono | discuss | tweet + it dev nextjs multistep form React Hook Form과 Zod를 활용한 Multi-step Form 구현기복잡한 폼을 관리하기 위한 라이브러리 알아보기 wono | discuss | tweet + it dev shadcnui 9+ customized Shadcn UI Radio Group componentsExplore a curated collection of 9+ customized Shacn UI Radio Group components. Preview, customize, and copy ready-to-use code snippets to streamline your web development workflow. wono | discuss | tweet + it dev nextjs api Building APIs with Next.jsLearn about how to build APIs with Next.js. wono | discuss | tweet + it dev tailwindcss dynamic inline_css_variables wono | discuss | tweet + it dev tailwindcss dynamic safelist isn't working for conditional classes hover, focus etc. · tailwindlabs/tailwindcss · Discussion #12161safelist isn't working for conditional classes hover, focus etc. wono | discuss | tweet + it dev tailwindcss [Tailwind CSS] 커스텀 색상 설정하기 (+Color Tone Map 설정)tailwind.config 파일을 수정하여 커스텀 색상을 설정하는 방법과, 기본 색상 코드 만드로 색조 팔레트를 구성하는 방법에 대해 알아보자. wono | discuss | tweet + it dev tailwindcss Tailwind CSS 에서 동적으로 클래스 할당하기Tailwind CSS 에서 동적으로 클래스 할당하기 wono | discuss | tweet + it dev tailwindcss dynamic Detecting classes in source files - Core conceptsUnderstanding and customizing how Tailwind scans your source files. wono | discuss | tweet + it dev tailwindcss dynamic Computed classes for arbitrary color values do not render correctly in Vue 3 · tailwindlabs/tailwindcss · Discussion #13052Computed classes for arbitrary color values do not render correctly in Vue 3 wono | discuss | tweet + it dev tailwindcss Unable to set arbitrary value for a background : r/tailwindcss wono | discuss | tweet + it dev css flex flex item에 text-overflow: ellipsis 속성 적용하기어떤 요소에 텍스트 노드가 하나 있다고 가정해보겠습니다. 이 요소는 특정 너비를 갖고 있다고 한다면, 텍스트가 이 요소보다 길 수도 있겠죠?아래는 네이버 메인 화면 중 일부분인데요. 텍스트가 컨테이닝 블록보다 길어지니 ... 처리된 것을 볼 수 있습니다.이는 말줄임표 wono | discuss | tweet + it dev react fullcalendar [MySchedule project] 15. React-big-Calendar 사용하기 (1)이번 시간은 react big calendar 라이브러리를 사용해서 스케줄관리에 대한 코드를 작성해 보겠다. 구현에 들어가기 앞서 react-big-calendar 라이브러리를 설치한다. 추가적으로 날짜관리 라이브러리인 moment.js도 같이 설치 해준다. [ 설치 ] npm install --save react-big-calendar npm install moment [ import ] - "react-big-calendar" 라이브러리와 "moment.js"를 설치 했다면 아래 부분을 import 해준다. import { Calendar, View, DateLocalizer } from "react-big-calendar"; import moment from "moment"; import { mom.. wono | discuss | tweet + it dev shadcnui Awesome shadcn/ui wono | discuss | tweet + it dev nextjs fullcalendar [blocks]: Full calendar · shadcn-ui/ui · Discussion #3214[blocks]: Full calendar wono | discuss | tweet + it dev react nextjs [React] 핸드폰 인증번호 타이머 기능을 구현해보자구현 먼저 구현하기 위해 간단한 핸드폰 번호 입력 폼과 전송 버튼을 간단하게 만들어보았다. 기능에 초점을 두기 위해 최대한 디자인은 심플하게 구성하였다. import styled from "styled-components"; export default function Verification() { return ( 인증번호 전송 ); } const Wrapper = styled.div` display: flex; flex-direction: column; `; const Form = { Wrapper: styled.div` display: flex; gap: 8px; `, Input: styled.input` padding: 12px 18px; border: none; border-radius: 8px; .. wono | discuss | tweet + it dev nextjs zode phoneregex zod를 이용해 회원가입 폼을 만들어보기zod는 타입스크립트를 우선하는 스키마 선언 / 검증 라이브러리입니다. 타입스크립트의 타입체킹을 보완해주는 역할을 수행한다고도 볼 수 있는데 쉽게 생각하면 폼,인풋에 필연적으로 따라오는 유효성검증 로직을 해결해주는 라이브러리입니다. 기본적인 개념과 사용방법은 아래 링크에서 참고해주시기 바랍니다. https://xionwcfm.tistory.com/346 zod 라이브러리 사용법 간단히 익히기 zod zod는 타입스크립트를 우선하는 스키마 선언 / 검증 라이브러리입니다. validation을 도와준다고도 생각할 수 있는데 문법은 간결하고 쉬우면서도 기능은 강력합니다. 공식 documentation에 따르면 xionwcfm.tistory.com 이번엔 위 링크에서 얻은 선수지식을 기반으로 사용할 수 있는 회.. wono | discuss | tweet + it dev react typesceipt React 핵심 패턴 with TSReact 기본 문법의 다양한 사용 패턴을 TypeScript 활용과 함께 살펴봅니다. wono | discuss | tweet + it dev nextjs shadcnui fullcalendar カレンダーアプリを作る(フロントエンド編①) wono | discuss | tweetNext
+ it dev shadcn calendar ShadCN UI 학습기: calendar 컴포넌트최근 일주일 동안 인턴 준비를 하기 위해 이사 + 적응이 필요하였습니다.이번에 학습할 내용은 shadcn UI에서의 캘린더 컴포넌트입니다.최근 프로젝트에서 React 19을 사용하면서 shadcn/ui의 캘린더 컴포넌트를 설치하려고 했는데, 설치와 빌드 과정에서 아래와 wono | discuss | tweet
+ it dev nextjs zod rhf React-Hook-Form에서 Controller 와 RegisterReact-Hook-Form이란 간단하게 Form을 다룰 수 있는 라이브러리로, React-hook-form은 기본적으로 비제어 컴포넌트로 동작하기 때문에 불필요한 연산과 리랜더가 일어나지 않는다.react-hook-form은 비제어 컴포넌트의 장점을 그대로 살리면서 wono | discuss | tweet
+ it dev nextjs multistep form React Hook Form과 Zod를 활용한 Multi-step Form 구현기복잡한 폼을 관리하기 위한 라이브러리 알아보기 wono | discuss | tweet
+ it dev shadcnui 9+ customized Shadcn UI Radio Group componentsExplore a curated collection of 9+ customized Shacn UI Radio Group components. Preview, customize, and copy ready-to-use code snippets to streamline your web development workflow. wono | discuss | tweet
+ it dev nextjs api Building APIs with Next.jsLearn about how to build APIs with Next.js. wono | discuss | tweet
+ it dev tailwindcss dynamic safelist isn't working for conditional classes hover, focus etc. · tailwindlabs/tailwindcss · Discussion #12161safelist isn't working for conditional classes hover, focus etc. wono | discuss | tweet
+ it dev tailwindcss [Tailwind CSS] 커스텀 색상 설정하기 (+Color Tone Map 설정)tailwind.config 파일을 수정하여 커스텀 색상을 설정하는 방법과, 기본 색상 코드 만드로 색조 팔레트를 구성하는 방법에 대해 알아보자. wono | discuss | tweet
+ it dev tailwindcss Tailwind CSS 에서 동적으로 클래스 할당하기Tailwind CSS 에서 동적으로 클래스 할당하기 wono | discuss | tweet
+ it dev tailwindcss dynamic Detecting classes in source files - Core conceptsUnderstanding and customizing how Tailwind scans your source files. wono | discuss | tweet
+ it dev tailwindcss dynamic Computed classes for arbitrary color values do not render correctly in Vue 3 · tailwindlabs/tailwindcss · Discussion #13052Computed classes for arbitrary color values do not render correctly in Vue 3 wono | discuss | tweet
+ it dev tailwindcss Unable to set arbitrary value for a background : r/tailwindcss wono | discuss | tweet
+ it dev css flex flex item에 text-overflow: ellipsis 속성 적용하기어떤 요소에 텍스트 노드가 하나 있다고 가정해보겠습니다. 이 요소는 특정 너비를 갖고 있다고 한다면, 텍스트가 이 요소보다 길 수도 있겠죠?아래는 네이버 메인 화면 중 일부분인데요. 텍스트가 컨테이닝 블록보다 길어지니 ... 처리된 것을 볼 수 있습니다.이는 말줄임표 wono | discuss | tweet
+ it dev react fullcalendar [MySchedule project] 15. React-big-Calendar 사용하기 (1)이번 시간은 react big calendar 라이브러리를 사용해서 스케줄관리에 대한 코드를 작성해 보겠다. 구현에 들어가기 앞서 react-big-calendar 라이브러리를 설치한다. 추가적으로 날짜관리 라이브러리인 moment.js도 같이 설치 해준다. [ 설치 ] npm install --save react-big-calendar npm install moment [ import ] - "react-big-calendar" 라이브러리와 "moment.js"를 설치 했다면 아래 부분을 import 해준다. import { Calendar, View, DateLocalizer } from "react-big-calendar"; import moment from "moment"; import { mom.. wono | discuss | tweet
+ it dev nextjs fullcalendar [blocks]: Full calendar · shadcn-ui/ui · Discussion #3214[blocks]: Full calendar wono | discuss | tweet
+ it dev react nextjs [React] 핸드폰 인증번호 타이머 기능을 구현해보자구현 먼저 구현하기 위해 간단한 핸드폰 번호 입력 폼과 전송 버튼을 간단하게 만들어보았다. 기능에 초점을 두기 위해 최대한 디자인은 심플하게 구성하였다. import styled from "styled-components"; export default function Verification() { return ( 인증번호 전송 ); } const Wrapper = styled.div` display: flex; flex-direction: column; `; const Form = { Wrapper: styled.div` display: flex; gap: 8px; `, Input: styled.input` padding: 12px 18px; border: none; border-radius: 8px; .. wono | discuss | tweet
+ it dev nextjs zode phoneregex zod를 이용해 회원가입 폼을 만들어보기zod는 타입스크립트를 우선하는 스키마 선언 / 검증 라이브러리입니다. 타입스크립트의 타입체킹을 보완해주는 역할을 수행한다고도 볼 수 있는데 쉽게 생각하면 폼,인풋에 필연적으로 따라오는 유효성검증 로직을 해결해주는 라이브러리입니다. 기본적인 개념과 사용방법은 아래 링크에서 참고해주시기 바랍니다. https://xionwcfm.tistory.com/346 zod 라이브러리 사용법 간단히 익히기 zod zod는 타입스크립트를 우선하는 스키마 선언 / 검증 라이브러리입니다. validation을 도와준다고도 생각할 수 있는데 문법은 간결하고 쉬우면서도 기능은 강력합니다. 공식 documentation에 따르면 xionwcfm.tistory.com 이번엔 위 링크에서 얻은 선수지식을 기반으로 사용할 수 있는 회.. wono | discuss | tweet
+ it dev react typesceipt React 핵심 패턴 with TSReact 기본 문법의 다양한 사용 패턴을 TypeScript 활용과 함께 살펴봅니다. wono | discuss | tweet