@s-ui/react-header-actions
1.7.0 • Public • Published 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')}
/>
/@s-ui/react-header-actions/
//
Package Sidebar
Install
npm i @s-ui/react-header-actions
Weekly Downloads