1.7.0 • Published 2 years ago

@s-ui/react-header-actions v1.7.0

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

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