1.0.2 • Published 1 year ago

multi-color-text v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Multi Color Text · GitHub license npm version

Simple and Professional Text Component for React or Next

  • Initial Idea : A lightweight, simple, and professional component that can display text with multiple colors
  • Multilingual Support : I designed the component to be language-independent and can apply colors to any language
  • Ease of Use : The component does not have complex and cluttered properties, making it very easy to use

Installation

$ npm install multi-color-text

Examples

<MCText
  Text="Multi Text Color Heading"
  as="h1"
  color1="#186cb8"
  color2="#2a9a9f"
  color3="#f1b211"
  color4="#e83611"
  color5="#f9002f"
  degre={45}
/>

This was a quick example of our component

License

React is MIT licensed.