rvm-style-text
v1.0.2
Published
Its used to apply the random color text which you entered
Downloads
5
Readme
Why we need?
Its mainly used to apply the style for entered text
How it works?
Its just applied random text color.
Just import the package and get the random text color
Run this command on your terminal:
npm install rvm-style-text
Then you can import it into your project like this :
import 'rvm-style-text';
use it in your html file
<style-text></style-text>
For me : <script type="module" src="./node_modules/rvm-style-text/styleText.js"></script>
<script type="module" src="path/to/your-component.js"></script>
Thanks for using my package!
R Marimuthu