@neowit/orbit-brands
v0.1.0
Published
Brand assets (logos, favicons) for the Orbit Design System
Readme
@neowit/orbit-brands
Brand assets (logos and favicons) for the Orbit Design System.
Brands included
contasycontasy-startcontasy-privatecontasy-globalnotasyorbit
Each brand folder contains:
logo-full-dark.svg/.png— Full logo for light backgroundslogo-full-white.svg/.png— Full logo for dark backgroundslogo-reduced.svg/.png— Reduced/icon versionfavicon.svg/.png— Favicon
Usage
Option 1: Copy to your public folder
Copy the brands/ directory into your project's public/ folder:
cp -r node_modules/@neowit/orbit-brands/brands public/brandsThen reference assets as /brands/contasy/logo-full-dark.svg.
Option 2: Use with OBrandLogo
Point the basePath prop to the package path:
<OBrandLogo base-path="/brands" brand="contasy" variant="full-dark" />Option 3: Direct import in bundlers
import logo from '@neowit/orbit-brands/brands/contasy/logo-full-dark.svg'