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 logo -
type
- 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.