multi-color-text
v1.0.2
Published
Simple and Professional Text Component for React or Next
Downloads
7
Maintainers
Readme
Multi Color Text ·
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.