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

https://ant.design/ Ant Design - The world's second most popular React UI framework ant.design react프로젝트를 열고 터미널에 npm i antd 를 입력 후 install 해준다. Ant Design에는 대부분은 예쁘게 만들어진 컴포넌트가 있는데 그 컴포넌트를 사용하면 자동으로 스타일도 적용되고, 동작도 되어야 한다. 제작자 입장에서는 컴포넌트 소스, 별도로 스타일 파일도 제공을 해야 한다. react에서는 css모듈 방식이 더 범용적인 방식이다. 그렇기 때문에 대표적인 방식인 css방식을 제공하고 있다. 그래서 ant design의 css파일을 우선 포함시키는 과정이 필요하다. import "./index.css"; 위에 i..

구글에서 제공하는 아이콘을 사용하는 방법 현업에서는 매번 새로운 디자인들을 디자이너에게 요청할 수 없기 때문에 구글에서 제공하는 아이콘을 이용하는 방법이 있다 https://material.io/design/iconography/system-icons.html 원래 여기에 설명이 있었던것 같은데.... Material Design Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences. material.io Material Icons Guide | Google Fonts ..