@nexusui/branding
TypeScript icon, indicating that this package has built-in type declarations

2.4.0 • Public • Published

NexusUI Branding

This package contains branding elements for NexusUI applications, including logos for each unique product line. These icons work the same as basic SVG icons in React.

Installation

Add the library as a dependency to your project:

# With yarn
yarn add @nexusui/branding

# With npm
npm install --save @nexusui/branding

Usage

In your typescript file, import the component(s) you want to use:

// Replace ProductName with the specific logo you want to use
import { ProductName } from '@nexusui/branding';
// or
import ProductName from '@nexusui/branding/ProductName';

<ProductName height={24} width={24}/>

Package Sidebar

Install

npm i @nexusui/branding

Weekly Downloads

614

Version

2.4.0

License

BSD-3-Clause

Unpacked Size

1.75 MB

Total Files

646

Last publish

Collaborators

  • joebochill
  • willparallax
  • hexagon-nexus