Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Clone
- 바닐라 자바스크립트
- Hook
- expo
- Nicolas
- 마무리
- coding
- Netflix
- Project
- react-hook
- Vanilla
- react
- scflix
- 느낀 점
- react-native
- 프로젝트
- javascript
- 계획
- vanilla js
- Nomad
- github
- 자바스크립트
- 코코아톡
- 클론코딩
- Firebase
- CSS
- Nomad coder
- HTML
- 오류
- TiMER
Archives
- Today
- Total
목록react-compound-timer (1)
꾸매코딩
[React] 타이머 만들기 react-compound-timer 라이브러리 활용
react-compound-timer 라이브러리를 사용하여 타이머를 만들어보았다. https://www.npmjs.com/package/react-compound-timer react-compound-timer Timer compound react component www.npmjs.com 코드에 관한 설명은 위 링크 내용을 참고해주세요 import React from 'react' import Timer from 'react-compound-timer/build'; export default function SetTimer() { const Hours = Timer.Hours const Minutes = Timer.Minutes const Seconds = Timer.Seconds console.dir..
Project/Timer Project
2021. 7. 7. 14:30