DEV Community

Cover image for I hate the Bootstrap and Tailwind clutter. So, I'm making my own framework.
Ziggy
Ziggy

Posted on • Edited on

I hate the Bootstrap and Tailwind clutter. So, I'm making my own framework.

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

I call it ZiggyLabs Framework for now, I might rename it later. My main goal was to create something I am able to use for just my projects, things that I will actually use often, and can use across multiple projects. This way, I can still say I coded this site, and can re-use my code more often.

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 (DELAYED: Friday)!

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!