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

sign-icon

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sign-icon

component to show sign icon

  • 1.2.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

Sign Icon

Component to show icon of sign. Built in React.

Getting Started

Installing

npm install sign-icon --save

Props

  • name: oneOf(['aries', 'touro', 'gemeos', 'cancer', 'leao', 'virgem', 'libra', 'escorpiao', 'sagitario', 'capricornio', 'aquario', 'peixes'])
    • *Required
  • element: bool - Default value is false. Set true to show sign icons with element symbol.
  • className: string - Add custom className in component.

Usage

import SignIcon from 'sign-icon';
 
const YourComponent = () => {
    return (
        <div>
            <SignIcon 
                classNames="custom-class" 
                name="cancer" 
            />
        </div>
    )
};

Built With

  • React - Library
  • PropTypes - Require props for types
  • ClassNames - Used to manage classes dynamically

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Keywords

FAQs

Package last updated on 20 Mar 2018

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