@s-ui/react-header-actions
v1.7.0
Published
## Installation
Downloads
5
Maintainers
Keywords
Readme
HeaderActions
Installation
> npm install @s-ui/react-header-actions --save
Usage
Basic usage
import HeaderActions from '@s-ui/react-header-actions'
return <HeaderActions
buttonLabel='Accept'
title='Actions header'
icon={icon}
onIconClick={() => alert('icon clicked')}
onButtonClick={() => alert('button clicked')}
/>