DropdownButton
See the Button component for more detailed button props and examples.
Result
Loading...
Live Editor
Analytics
The DropdownButton component is trackable through Kyber Analytics. This is the default analytics config.
export default {
value: 'DropdownButton',
actions: {
onClick: { type: 'DROPDOWNBUTTON_CLICK', payload: 'Click' },
},
};