Sha256: 0a039e5bb33c3b9adb95066e3b9b0aa67aab5914708801fee64b64e1600976cb

Contents?: true

Size: 1014 Bytes

Versions: 3

Compression:

Stored size: 1014 Bytes

Contents

import React, {Component} from 'react'
import {List, ListItem, ListSubHeader} from 'react-toolbox/lib';
import style from './style'

class Layout extends Component {
  render() {
    return (
      <div className={style.content}>
        <h1>Main</h1>

        React and Redux Boilerplate

        <List>
          <ListItem leftIcon='check_circle'
            to='https://facebook.github.io/react/'
            caption='React' />
          <ListItem leftIcon='check_circle'
            to='http://redux.js.org/'
            caption='Redux' />
          <ListSubHeader caption='Features' />
          <ListItem leftIcon='check_circle'
            to='https://babeljs.io/'
            caption='Babel' />
          <ListItem leftIcon='check_circle'
            to='http://react-toolbox.com/'
            caption='React Toolbox' />
          <ListItem leftIcon='check_circle'
            to='https://webpack.github.io/'
            caption='Webpack' />
        </List>
      </div>
    )
  }
}

export default Layout

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bouquet-0.2.2 store/private/static/app/components/layouts/contents/main/index.js
bouquet-0.2.1 store/private/static/app/components/layouts/contents/main/index.js
bouquet-0.2.0 store/private/static/app/components/layouts/contents/main/index.js