UNPKG

zajno-react-ui-kit

Version:

ui-kit styles wrapped to ReactJS Component in React Native name-space.

14 lines (12 loc) 310 B
import React from 'react'; import Component from './Component'; import View from './View'; class Footer extends Component { render(){ return ( <footer {...this.props} className={"footer " + this.getClassName(this.props)}> </footer> ) } } export default Footer;