1.0.2 • Published 3 years ago
@vygruppen/spor-logo-react v1.0.2
Logo (React)
This package contains any logos shared across Vy's applications.
Installation
$ npm install @vygruppen/spor-logo-reactUsage
import { VyLogo } from "@vygruppen/spor-logo-react";VyLogo
The VyLogo component shows the Vy logo. You can specify the color of the logo with the colorScheme prop.
<VyLogo colorScheme="light">should be specified when the logo is used on a dark background.<VyLogo colorScheme="dark">should be specified when the logo is used on a light background.
Development
Please refer to the root readme for development notes.