dev + 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 | tweet + it dev nextjs nodejs excel pdf [F] Add the feature to convert the excel file to pdf. · exceljs/exceljs · Discussion #2459[F] Add the feature to convert the excel file to pdf. wono | discuss | tweet + it dev nodejs excel 두들린 개발자가 애자일하게 일하는 법 - 그리팅 블로그그리팅(Greeting)을 운영하는 팀 두들린은 어떻게 일할까요? 두들린만의 Agile하게 일하는 방법과 VOC에 얼마나 진심으로 대응하는지에 대해 설명해드릴게요 ! wono | discuss | tweet + it dev nextjs nodejs excel [Nextjs] xlsx 엑셀 파일 비밀번호 적용xlsx 엑셀 파일에 비밀번호를 적용하는 방안은 여러가지일 수 있다. 첫번째, https://sheetjs.com/ 를 통해 사용할 수 있다. 2년 동안 갱신이 없는데도 주간 다운로드 수를 보면 200만씩 다운로드 되는 것을 보면 일반적으로 활용하기 좋은 라이브러리인 것 같다. 하지만 비밀번호를 적용하려면 유료 pricing 정책으로 잡혀져 있고, 개인 개발자라 연락이 되는건지 의문이다. (https://git.sheetjs.com/sheetjs/sheetjs/issues 에서 답변하는 것 보면 활동을 하는것 같긴하다.) 두번째, 엑셀 파일을 만들고 zip으로 압축하여 zip에 비밀번호를 적용한다. 통상적인 우회방안으로 많이 사용되는 방법이다. 하지만 근래에 windows11 최신 업데이트를 통해 chr.. wono | discuss | tweet + it dev nextjs nodejs excel The mystery behind export to excel in NodeJSIt would be expected that the reader has basic knowledge of NodeJS and ExpressJS since this read is more towards targeting a specific use case rather than an overview of Node and Express :) It was a… wono | discuss | tweet + it dev nextjs nodejs excel Dynamically Populating Dropdown Validator List in Excel File Using Exceljs in AngularExceljs is an extraordinary and useful npm library that can be used to create custom excel files via your application. You can use this with Node js for creating excel file from JSON data or an array… wono | discuss | tweet + it dev nextjs nodejs excel xlsx-populate xlsx-populate / npm ERR! enoent undefined ls-remote -h -t엑셀을 만들어 암호화하기 위해 새로운 라이브러리를 다운받았다.xlsx-populate 를 활용해서 암호화 작업을 했다.ts기반 프로젝트기 때문에 타입을 정해주고 싶었다.저 ...이 보기가 싫었다.그리고 @types/xlsx-populate 를 찾아냈다. (삽질의 시작) wono | discuss | tweetNext
+ 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
+ it dev nextjs nodejs excel pdf [F] Add the feature to convert the excel file to pdf. · exceljs/exceljs · Discussion #2459[F] Add the feature to convert the excel file to pdf. wono | discuss | tweet
+ it dev nodejs excel 두들린 개발자가 애자일하게 일하는 법 - 그리팅 블로그그리팅(Greeting)을 운영하는 팀 두들린은 어떻게 일할까요? 두들린만의 Agile하게 일하는 방법과 VOC에 얼마나 진심으로 대응하는지에 대해 설명해드릴게요 ! wono | discuss | tweet
+ it dev nextjs nodejs excel [Nextjs] xlsx 엑셀 파일 비밀번호 적용xlsx 엑셀 파일에 비밀번호를 적용하는 방안은 여러가지일 수 있다. 첫번째, https://sheetjs.com/ 를 통해 사용할 수 있다. 2년 동안 갱신이 없는데도 주간 다운로드 수를 보면 200만씩 다운로드 되는 것을 보면 일반적으로 활용하기 좋은 라이브러리인 것 같다. 하지만 비밀번호를 적용하려면 유료 pricing 정책으로 잡혀져 있고, 개인 개발자라 연락이 되는건지 의문이다. (https://git.sheetjs.com/sheetjs/sheetjs/issues 에서 답변하는 것 보면 활동을 하는것 같긴하다.) 두번째, 엑셀 파일을 만들고 zip으로 압축하여 zip에 비밀번호를 적용한다. 통상적인 우회방안으로 많이 사용되는 방법이다. 하지만 근래에 windows11 최신 업데이트를 통해 chr.. wono | discuss | tweet
+ it dev nextjs nodejs excel The mystery behind export to excel in NodeJSIt would be expected that the reader has basic knowledge of NodeJS and ExpressJS since this read is more towards targeting a specific use case rather than an overview of Node and Express :) It was a… wono | discuss | tweet
+ it dev nextjs nodejs excel Dynamically Populating Dropdown Validator List in Excel File Using Exceljs in AngularExceljs is an extraordinary and useful npm library that can be used to create custom excel files via your application. You can use this with Node js for creating excel file from JSON data or an array… wono | discuss | tweet
+ it dev nextjs nodejs excel xlsx-populate xlsx-populate / npm ERR! enoent undefined ls-remote -h -t엑셀을 만들어 암호화하기 위해 새로운 라이브러리를 다운받았다.xlsx-populate 를 활용해서 암호화 작업을 했다.ts기반 프로젝트기 때문에 타입을 정해주고 싶었다.저 ...이 보기가 싫었다.그리고 @types/xlsx-populate 를 찾아냈다. (삽질의 시작) wono | discuss | tweet