1.3.0 • Published 4 years ago

@schibstedspain/sui-header-actions v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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')}
/>