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 | 31 |
Tags
- Git
- bootstrap
- ngrok설치
- typescript react
- rewrites
- 컨디셔널 렌더링
- styled components
- input type=file
- github
- ngrok실행
- github io
- nextjs .env
- react
- API 토큰
- dart 변수
- git lab
- getModifierState
- SCSS
- icon
- npm styled-reset
- fetch
- react env
- There isn’t anything to compare
- react typescript
- nextjs
- CSS
- next.js css
- nextjs 설치
- API token
- createGlobalStyle
Archives
- Today
- Total
목록theme (1)
꾸준히 성장하는 개발자

dark mode light mode styled components를 이용하면 테마를 이렇게 바꾸는 것이 가능하다 //Index.js import React from "react"; import ReactDOM from "react-dom"; import { ThemeProvider } from "styled-components"; import App from "./App"; const darkTheme = { textColor: "whitesmoke", backgroundColor: "#111", }; const lightTheme = { textColor: "#111", backgroundColor: "whitesmoke", }; ReactDOM.render( , document.getElement..
React
2022. 3. 1. 20:24