일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- next13 head
- React 고급안내서
- Javascript
- codingtest
- context
- react
- RTK Query
- React API 참고서
- background: url
- Babel
- Programmers
- Next13
- background setttimeout
- 고급안내서
- React 18
- react-helmet
- getUTCDate
- Nextjs React 18
- background setInterval
- Render Props
- React 고급 안내서
- React 공식문서
- background tab
- notFound()
- CSS
- React18
- Nextjs
- React 18 Nextjs
- hook
- react hook
Archives
- Today
- Total
akjfal
Antd dropdown과 Material Ui Select 분석 - 작성중 본문
Antd의 dropdown의 경우 rc-dropdown -> rc-trigger를 사용한다. 이때 antd의 trigger의 경우 setState를 통해서 상태를 변경한다.
Material ui의 경우
rc-trigger의 경우 하단 생성되는 리스트를 React.cloneElement를 사용하고, material-ui의 경우 Input 컴포넌트를 React.cloneElement를 사용해서 신규 생성한다.
material ui의 경우 styled-component를 사용해서
GitHub - mui-org/material-ui: MUI (formerly Material-UI) is the React UI library you always wanted. Follow your own design syste
MUI (formerly Material-UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design. - GitHub - mui-org/material-ui: MUI (formerly Material-UI) is the...
github.com
여기서 StyledComponent 이거 문법은 어케한 문법이지? 중복아닌가?
Comments