@temporg/ui-navigation
TypeScript icon, indicating that this package has built-in type declarations

99.10.0 • Public • Published

category: packages

ui-navigation

npm  build-status  MIT License  Code of Conduct

Main and application level navigational components.

Components

The ui-navigation package contains the following:

Installation

yarn add @temporg/ui-navigation

Usage

import React from 'react'
import { Navigation } from '@temporg/ui-navigation'
import { Avatar } from '@temporg/ui-avatar'

const MyNavigation = () => {
  return (
    <Navigation label="My Navigation">
      <Navigation.Item
        icon={<Avatar name="Joel Andrews" size="x-small" />}
        label="My Account"
        href="http://example.com"
      />
    </Navigation>
  )
}

For detailed usage and documentation, see individual component examples.

Readme

Keywords

none

Package Sidebar

Install

npm i @temporg/ui-navigation

Weekly Downloads

0

Version

99.10.0

License

MIT

Unpacked Size

160 kB

Total Files

81

Last publish

Collaborators

  • npm