DeveloperBreeze

Ui/Ux Programming Tutorials, Guides & Best Practices

Explore 14+ expertly crafted ui/ux tutorials, components, and code examples. Stay productive and build faster with proven implementation strategies and design patterns from DeveloperBreeze.

ShadCN Cheatsheet

Cheatsheet April 12, 2025

Update Tailwind config:

theme: {
  extend: {
    colors: {
      primary: 'hsl(var(--primary))',
      // etc.
    }
  }
}

Getting Started with ApexCharts

Tutorial August 21, 2024

If you’re working with a JavaScript framework like React or Vue, you can install ApexCharts via npm.

   npm install apexcharts

CSS-in-JS Libraries Cheatsheet

Cheatsheet August 21, 2024

  • Very flexible and powerful for complex apps.
  • Works well with other styling solutions.
  • Integrated into Material-UI.
  • More verbose syntax.
  • Smaller ecosystem and community support.

Comprehensive React Libraries Cheatsheet

Cheatsheet August 21, 2024

No preview available for this content.

Responsive Design Frameworks Cheatsheet

Cheatsheet August 21, 2024

  • Steeper learning curve.
  • Smaller community than Bootstrap.

Bulma is a modern CSS framework built on Flexbox.