New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@react-ag-components/header

Package Overview
Dependencies
Maintainers
3
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-ag-components/header

header React component

latest
Source
npmnpm
Version
1.2.18
Version published
Maintainers
3
Created
Source

header

React header component for external web apps

Note: This header doesn't not yet include the menu or logged in user. But it will soon :v:

Usage

Install

npm i @react-ag-components/header --save

Use in your project

import Header from '@react-ag-components/header'
<Header />

Properties

propTypeNote
showInboxbooleaninbox search visibility
menuobject
  • ...
abnstringabn number
userNamestringfirstname + lastname
logonIdstringtheir logon id, normally their email
orgNamestringorganisation name
otherInfoObject Array with field "label" and "value"["label": "labelVal", "value": "valueVal"]
otherLinkObject Array with field "label" and "value"["label": "labelVal", "value": "/"]
namestringpage heading
searchArrayJSON Arrayarray to search on
searchKeystring"id"
searchDisplayAttributesarray['id','status','date','destinationCountry']

Contributing

Get the repository

git clone https://github.com/alphillips/header.git

Update dependencies

npm install

Run the project

npm start

Deploy to npm

Build

npm run build -- --copy-files

Publish

npm publish --access public

Keywords

react-component

FAQs

Package last updated on 12 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts