Welcome to the official showcase for the Better Design System in an Angular environment. This project demonstrates how to build clean, consistent, and scalable UIs using our design system's components, styles, and guidelines.
🚀 Whether you're building internal tools or enterprise-grade applications, Better Design System helps you deliver with speed and visual harmony.
- ✅ Integration of the Better Design System into Angular (latest)
- 🧩 Ready-to-use UI components with design tokens
- 🎨 Theming and responsive layout utilities
- 📸 Example pages to highlight real-world usage
- Angular
- Better Design System (custom library or package)
- CSS Variables for theming
- Jest or Karma for unit testing
# 1. Clone the repo
git clone https://github.com/your-org/angular-better-ui-showcase.git
cd angular-better-ui-showcase
# 2. Install dependencies
npm install
# 3. Run the app
ng start