New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lendi-ui/logo

Package Overview
Dependencies
Maintainers
44
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendi-ui/logo

The logo.

8.1.10
latest
npm
Version published
Weekly downloads
298
-7.17%
Maintainers
44
Weekly downloads
 
Created
Source

Lendi logo. User can change the logo with theme.

Installation

yarn add @lendi-ui/logo

Note: This package relies on @lendi-ui/lui-provider

Usage

import Logo from '@lendi-ui/logo';
<Logo />

## Properties

<PropTable>
  <PropTable.Entry name="className" defaultValue=""type={'string'} defaultValue="" description="A className for the logo"/>
  <PropTable.Entry name="height" type={'string'} defaultValue="100px" description="The width of our logo"/>
  <PropTable.Entry name="variant" type={ '"light" | "dark"' } defaultValue="dark" description=""/>
  <PropTable.Entry name="width" type={'string'} defaultValue="160px" description="The width of our logo"/>
  <PropTable.Entry name="isExpanded" type={'boolean'} defaultValue="true" description="The size of our logo"/>
  <PropTable.Entry name="isTeamView" type={'boolean'} defaultValue="false" description="The flag for customer or teamview"/>
</PropTable>

FAQs

Package last updated on 29 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