1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
This commit is contained in:
sveisvei 2016-10-25 23:43:22 +02:00 committed by Ivar Conradi Østhus
parent 2f41554c9f
commit 21af251004

View File

@ -1,5 +1,6 @@
import React, { PropTypes } from 'react';
import { Button, Dropdown } from 'react-toolbox';
import Dropdown from 'react-toolbox/lib/dropdown';
import FontIcon from 'react-toolbox/lib/font_icon';
class AddStrategy extends React.Component {
@ -35,10 +36,12 @@ class AddStrategy extends React.Component {
display: 'flex',
flexDirection: 'column',
flexGrow: 2,
marginLeft: '10px',
};
return (
<div style={containerStyle}>
<FontIcon value="add" floating mini />
<div style={contentStyle}>
<strong>{item.name}</strong>
<small>{item.description}</small>