DEV Community

Cover image for Making my own framework. Any tips?
Ziggy
Ziggy

Posted on

Making my own framework. Any tips?

Hello, I am currently making my own HTML+CSS+JS framework, you can view it at my GitHub Repository here: github.com/29cmosier-dev/ZiggyLabs-Framework

I call it ZiggyLabs Framework for now, I might rename it, and my main goal is to reduce the HTML clutter that Bootstrap has, and possibly figure out more goals later.

I would also like to show off my navbar, as you can see from this post's image above.

I am currently working on setting up Version 1, as of right now I am working on finishing card styles, next I will either work on modals or buttons, possible both. If anyone is interested, feel free to let me know and suggest ideas on what features to code next!

Top comments (1)

Collapse
 
ziggylabs profile image
Ziggy • Edited

🚀 UPDATE: Modals & Buttons Coming Wednesday!

I'm currently working on the next release!

Here’s what’s dropping:

  • 3 Modal Sizes: modal-full, modal-lg, and modal-small.
  • New Custom Tag: Say hello to the <zl-modals> tag! I’m introducing this to keep your code organized, use it to wrap all your modals in a single, collapsible container to kill that "div sprawl."

Can’t wait to hear what you think of the custom tag workflow once it’s out!