Skip to content
New issue

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

How to change content or add other span in terminal? #2

Open
pritish384 opened this issue Aug 21, 2023 · 0 comments
Open

How to change content or add other span in terminal? #2

pritish384 opened this issue Aug 21, 2023 · 0 comments

Comments

@pritish384
Copy link
Owner

How to change content?

If you want to change content just add your content in span's data-text attribute

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.

Make sure you put your content in data-text attribute and not inside the span


Note: You must put the below span at ending.

<span id="end" class="blinking-cursor hidden">&nbsp;</span>

Without this you may face some errors.

@pritish384 pritish384 pinned this issue Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant