Задать цветовую схему:
const element = (
<Button intent={Universe.Platform.Uikit.INTENT.PRIMARY}>
Click me!
</Button>
);
Задать иконки (доступные имена иконок):
const element = (
<Button leftIcon={'menu'}>
Click me!
</Button>
);
const element = (
<Button rightIcon={'chevron-up'}>
Click me!
</Button>
);
Компонент кнопки