@fenderdigital/react-logo
v1.3.0
Published
Fender React UI Kit Logo Component
Downloads
3
Keywords
Readme
Logo for Fender React UI Kit
Description
Renders a logo by its app name.
Installation
yarn install @fenderdigital/react-logo --save
Usage
import Logo from '@fenderdigital/react-logo';
Props
appName
- name of the application for mapping to its logotype
- to use a primary or secondary image
| propName | propType | defaultValue | isRequired | | -------- | -------- | ------------ | ---------- | | appName | string | null | - | | type | string | null | - |
Development
Check the Monorepo README for development documentation.