1.0.3 • Published 7 months ago

@tmforum/navigation-component v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

This is a tmforum navigation component.

Getting Started

First, run the follwing command:

npm i @tmforum/navigation-component

Import

import Navigation from '@tmforum/navigation-component';

Props

import Navigation from '@tmforum/navigation-component';
Prop nameDescriptionDefault value
authAuth should come from const auth = useAuth() and useAuth() should come from import { useAuth } from 'react-oidc-context'{}
userDataUserData should have keys named given_name and family_name{}
logoutLinkShould be like this: https://something.org/saml/slo""
registerLinkShould be like this: https://myaccount/register'""
myAccountLinkShould be like this: https://myaccount/my_profile""