Socket
Socket
Sign inDemoInstall

@acodez/logo

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acodez/logo

logo component


Version published
Maintainers
4
Created
Source

npm_version license

React logo.


  • Installation
  • PropsAPI
  • Usage

Installation

npm install @acodez/logo

Props API

PropertyTypeRequiredDescription
logoIconstringnoimage src for logo icon
logoFullstringnoimage src for logo - full size
logoIconLightstringnoimage src for logo icon - for light theme
logoFullLightstringnoimage src for logo full size - for light theme
visibleLogostringnodeclare which image you want to be shown, full or icon
positionstringnodeclare how you want logo to position, choose from block or inline

Usage

import Logo from "@acodez/logo";
    <Logo logoIcon={logoIcon} logoFull={logoImage} logoIconLight={logoIconLight} logoFullLight={logoImageLight} visibleLogo="full" position="inline"></Logo>

Keywords

FAQs

Package last updated on 08 Feb 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc