Webpixels 2.0 is coming soon
We are super happy to announce that after nearly a year of dedicated development, Webpixels (v2) is now ready for release. This substantial update marks a significant milestone for us, laying a robust foundation for the exciting features we have planned for the future.
Here are some of the highlights for our future releases:
- β The new @webpixels/css v2.0.0
- β A new learning center for our documentation
- π§ The new site with our library and templates
- π§ Low-code tools for faster customization and development
The first 2 steps, @webpixels/css and the new docs, are almost finished. We published them and you can test the new CSS framework, which includes the latest Bootstrap (v5.3).
Styles
As you explore our library, you'll immediately notice a standout feature: the simple and minimalist design. We invested considerable effort in meticulously selecting an optimal color palette and typography styles, enhancing the default Bootstrap components.
- We use utility classes to create new elements
- We don't add unnecessary styles
- We build using the Bootstrap methodology
Themes
The new @webpixels/css is a highly customizable, drop-in Bootstrap replacement. You can use our themes in your Sass or simply drop the cdn link directly in your HTML. Enjoy the flexibility of multiple themes and colors that can be effortlessly modified using a single CSS class. Just apply either .theme-minimal
or .theme-blue
to your HTML body tag, and you're all set to begin.
Color modes
Both light and dark modes are available for each theme. We leverage Bootstrap's latest feature, CSS custom properties. To enable dark mode, simply add data-bs-theme="dark" to your <html> tag.
Utilities
To enhance flexibility in our development, we've introduced new utilities for sizing and spacing. We've also expanded the color choices to unleash more creative possibilities, enabling the creation of stunning gradients and more."
Our goal is to maintain close compatibility with Bootstrap, ensuring a seamless transition between Bootstrap and Webpixels without any disruptions.