1.2.8 • Published 6 years ago

sign-icon v1.2.8

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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

Authors

License

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

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.0.0

6 years ago