🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More →
Socket
Book a DemoSign in
Socket

@lightspeed/cirrus-ls-logo

Package Overview
Dependencies
Maintainers
8
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightspeed/cirrus-ls-logo

Lightspeed Logo component

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
2K
-35.76%
Maintainers
8
Weekly downloads
 
Created
Source

Lightspeed Logo component.

Installation

First, make sure you have been through the install steps steps required to add Flame in your application. Although it's not required to have Flame installed to use Logo, you will need to install its peer dependencies.

If using Yarn:

yarn add @lightspeed/cirrus-ls-logo

Or using npm:

npm i -S @lightspeed/cirrus-ls-logo

React Component

Props

PropTypeDescription
widthstringLogo width, height will be proportional on type
typeoneOf([horizontal, flame, vertical])Logo type, default is horizontal
coloroneOf([red-white, maple, dive, night, snow])Optional color variants

Example

import * as React from 'react';
import { Logo } from '@lightspeed/cirrus-ls-logo';

const MyComponent: React.FC = () => (
  <div>
    <Logo />
  </div>
);

export default MyComponent;

FAQs

Package last updated on 17 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts