본문 바로가기

기록

검색하기
기록
프로필사진 dev.jung

  • 분류 전체보기 (42)
    • Develop (3)
    • HTML (1)
    • JS (3)
    • React (7)
    • React Navtive (0)
    • Next (4)
    • Webpack (0)
    • Algorithm (24)
      • Programmers (23)
      • Codility (1)
Guestbook
반응형
Recent Posts
Recent Comments
Link
«   2025/12   »
일 월 화 수 목 금 토
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
  • Weekly Challenge
  • React
  • 상호 평가
  • javscript
  • From
  • Challenge
  • solution
  • Collapse
  • 폼
  • Javasript
  • nextjs
  • algorithm
  • next
  • form
  • component
  • MaterialUI
  • js
  • Weekly
  • 직업군 추천하기
  • Prettier
  • javascript
  • 리액트
  • programmers
  • HTML
  • 알고리즘
  • array
  • split
  • redux-toolkit
  • level1
  • eslint
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록SSR (1)

기록

Material UI 설정하기

Package 설치 npm i @material-ui/core npm i -D @types/material-ui 커스텀 material ui의 버튼 커스텀 theme 설정 src/styles/theme.ts import { createMuiTheme } from '@material-ui/core'; export const theme = createMuiTheme({ overrides: { MuiButton: { root: { background: '#fac499', color: '#ffffff' } } } }); material theme 주입 src/_app.tsx import { ThemeProvider } from '@material-ui/styles'; import type { AppProps }..

Next 2021. 7. 2. 16:50
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바