일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- gsap 기초
- 임고미
- rn webview page loading
- js 특정 위치로 이동
- React Native navigation
- 프론트앤드
- styled component is not working
- scrollIntoView scrollTo
- 타입스크립트
- react
- styled component
- slick slider 간격
- JS
- safari wiondow.open
- SafeArea 커스텀
- RN navitate push
- 웹뷰 페이지 로딩
- 퍼블리셔
- React-Native IOS
- react native safeArea
- reactnative 웹뷰 페이지 로딩
- 리액트
- styled component 작동안함
- React-Native 공부
- gsap
- React Native SafeArea Custom
- 트윈맥스 기초
- input 숫자입력
- react이론
- styled component 작동 안될때
Archives
- Today
- Total
목록앤트디 메뉴 (1)
개발공부 임고미
[React] Antd menu 활용
// base import React, { useState, useEffect, ReactNode } from 'react'; import { useHistory } from 'react-router'; // packages import { Menu } from 'antd'; import { HomeOutlined, FileDoneOutlined, BarChartOutlined, TeamOutlined, } from '@ant-design/icons'; // modules import { Link } from 'react-router-dom'; export const MainNav = () => { const roots = ['sub1', 'sub2', 'sub3', 'sub4']; const userM..
리액트/앤트디(Antd)
2020. 12. 9. 14:57