it + it dev ai typescript Promptable - 풀스택 LLM/AI 앱을 Typescript로 만들기OpenAI Hugging Face Cohere Anthropic 등을 이용해서 AI앱을 작성하는 걸 도와주는 라이브러리 wono | discuss | tweet + 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 ops opensource 주목할 만한 ‘K-오픈소스’ 프로젝트 | 요즘IT한국 개발자의 오픈소스 혁신, typia·SWC·Flitter 등 글로벌 주목 wono | discuss | tweet + it dev nextjs fullcalendar [blocks]: Full calendar · shadcn-ui/ui · Discussion #3214[blocks]: Full calendar wono | discuss | tweet + it ops sms 전용계좌 충전 전용 계좌사업자 등록 완료 후 각각의 계정에 전용 계좌를 발급 받으실 수 있습니다. 해당 전용계좌로 입금 시 회원님의 계정에 자동으로 잔액이 충전됩니다. 전용 계좌 발급 및 충전하기 1. 충전/관리에서 잔액 충전 버튼을 눌러주세요. 2. 결제 방식 선택 > 전용계좌입금 선택 후 전용계좌 발급받기(사업자 전용)을 클릭합니다. - 사업자 미 인증 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 | tweetNext
+ it dev ai typescript Promptable - 풀스택 LLM/AI 앱을 Typescript로 만들기OpenAI Hugging Face Cohere Anthropic 등을 이용해서 AI앱을 작성하는 걸 도와주는 라이브러리 wono | discuss | tweet
+ 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 ops opensource 주목할 만한 ‘K-오픈소스’ 프로젝트 | 요즘IT한국 개발자의 오픈소스 혁신, typia·SWC·Flitter 등 글로벌 주목 wono | discuss | tweet
+ it dev nextjs fullcalendar [blocks]: Full calendar · shadcn-ui/ui · Discussion #3214[blocks]: Full calendar wono | discuss | tweet
+ it ops sms 전용계좌 충전 전용 계좌사업자 등록 완료 후 각각의 계정에 전용 계좌를 발급 받으실 수 있습니다. 해당 전용계좌로 입금 시 회원님의 계정에 자동으로 잔액이 충전됩니다. 전용 계좌 발급 및 충전하기 1. 충전/관리에서 잔액 충전 버튼을 눌러주세요. 2. 결제 방식 선택 > 전용계좌입금 선택 후 전용계좌 발급받기(사업자 전용)을 클릭합니다. - 사업자 미 인증 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