SemanticButton
This commit is contained in:
parent
f014891288
commit
66843a349d
@ -15,13 +15,13 @@
|
||||
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import React, { PropTypes } from 'react';
|
||||
import { Button as ButtonUI } from 'semantic-ui-react';
|
||||
import { Button as SemanticButton } from 'semantic-ui-react';
|
||||
|
||||
import { nodeOrStringProptype } from '@parity/shared/util/proptypes';
|
||||
|
||||
export default function Button ({ active, animated, basic, className, color, disabled, fullWidth, icon, label, onClick, primary, size, toggle }) {
|
||||
return (
|
||||
<ButtonUI
|
||||
<SemanticButton
|
||||
active={ active }
|
||||
animated={ animated }
|
||||
basic={ basic }
|
||||
|
Loading…
Reference in New Issue
Block a user