We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you want to change content just add your content in span's data-text attribute
data-text
for eg:-
<span class="red" data-text="Your content"></span>
You may change colors or make your own color in CSS and put that into class.
<span id="end" class="blinking-cursor hidden"> </span>
Without this you may face some errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to change content?
If you want to change content just add your content in span's
data-text
attributefor eg:-
You may change colors or make your own color in CSS and put that into class.
Make sure you put your content in
data-text
attribute and not inside the spanNote: You must put the below span at ending.
Without this you may face some errors.
The text was updated successfully, but these errors were encountered: