@schibstedspain/sui-header-actions
v1.3.0
Published
## Installation
Downloads
1
Readme
HeaderActions
Installation
> npm install @schibstedspain/sui-header-actions --save
Usage
Basic usage
import HeaderActions from '@schibstedspain/sui-header-actions'
return <HeaderActions
buttonLabel='Accept'
title='Actions header'
icon={icon}
onIconClick={() => alert('icon clicked')}
onButtonClick={() => alert('button clicked')}
/>