일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- rn webview page loading
- SafeArea 커스텀
- react이론
- input 숫자입력
- React Native navigation
- styled component 작동 안될때
- React Native SafeArea Custom
- styled component 작동안함
- gsap
- 트윈맥스 기초
- safari wiondow.open
- slick slider 간격
- React-Native IOS
- 타입스크립트
- 웹뷰 페이지 로딩
- reactnative 웹뷰 페이지 로딩
- js 특정 위치로 이동
- styled component is not working
- react native safeArea
- React-Native 공부
- 리액트
- 임고미
- 프론트앤드
- gsap 기초
- react
- JS
- RN navitate push
- styled component
- 퍼블리셔
- scrollIntoView scrollTo
Archives
- Today
- Total
목록앤트디 menu (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