Subscribe
Sign in
Victor Ribeiro

TinyJS - A tiny JavaScript library for creating HTML elements

Tiny JS is a lightweight JavaScript utility for dynamically creating HTML elements - victorqribeiro/TinyJS

Add a comment

Replies

Best
Victor Ribeiro
Maker
๐Ÿ“Œ
**Thank you for checking out Tiny JS!** ๐ŸŽ‰ I created Tiny JS to make DOM manipulation and dynamic element creation simpler and cleaner, especially when working with complex UIs. With just a few lines of code, you can generate HTML elements, deeply assign properties, and select DOM elements using `$` and `$all()`โ€”all without the usual boilerplate. Iโ€™d love to hear your thoughts! What features do you think could improve the library? Feel free to ask questions or suggest ideas below. Letโ€™s get the conversation going! ๐Ÿ™Œ
AnnaHo
@victorqribeiro Tiny JS is a sleek and efficient utility for simplifying dynamic HTML element creation!