Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Javascript
- MongoDB
- gns3
- 실습
- express
- 용어정리
- PAT
- 클라우드
- nodejs
- RAID
- kubernetes
- IaaS
- RAPA
- 쿠버네티스
- worker
- dockerfile
- docker
- node.js
- mysql
- Docker-compose
- git
- network
- 이론
- PaaS
- 개념
- 도커
- Docker Swarm
- 명령어
- OpenStack
- 네트워크
Archives
- Today
- Total
목록2020/02/17 (2)
융융이'Blog
ProTypes 사용 예시
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { Card, CardBody, Progress } from 'reactstrap'; import classNames from 'classnames'; import { mapToCssModules } from 'reactstrap/lib/utils'; const propTypes = { header: PropTypes.oneOfType([ PropTypes.number, PropTypes.string ]), icon: PropTypes.string, color: PropTypes.string, value: PropTypes.string, children:..
2022이전/React
2020. 2. 17. 16:51