Logo

GitLab

Sign in

Repower / Repower_CHosoWebApi

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues
  • Merge Requests 0
  • Labels
  • Wiki
  • Repower_CHosoWebApi
  • src
  • components
  • Profilation
  • ProfilationSelect.js
  • First Push of Mirror react site
    058f01c8
    marco.colombi authored
    2017-11-17 12:07:32 +0100  
    Browse Code ยป
ProfilationSelect.js 286 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
import React, { Component } from 'react';
import PropTypes from 'prop-types'

const ProfilationSelect = props => 
<select className='ProfilationSelect'>
	

</select>


export default ProfilationSelect

ProfilationSelect.propTypes = {
	options: PropTypes.array.isRequired
}