drux-ui-angular
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

🎨 Drux UI for Angular

npm version npm downloads MIT License

Version: 0.0.10
Angular Compatibility: 17.2+
Style: Bootstrap-based (via CDN) + SCSS
Modern Angular Features: Standalone Components · Signals · loadComponent · No Modules


Drux UI is a simple and flexible UI component library made for Angular 17+.
It follows Bootstrap styling, supports modern Angular features, and is built to help you get started quickly and design faster.


✨ What’s New in v0.0.10

  • ✅ Migrated existing components to organized folder structure

  • 🆕 Added Checkbox component


📦 Installation

Install the package using npm:

npm install drux-ui-angular

Or with yarn:

yarn add drux-ui-angular

🛠 Usage

Use any component as a standalone import in your Angular 17+ app:

import { DruxButtonComponent } from 'drux-ui-angular';

@Component({
  standalone: true,
  imports: [DruxButtonComponent],
  template: `<dr-button variant="primary">Click Me</dr-button>`
})
export class MyComponent {}

📚 Components Available

  • <dr-button> – Styled buttons with variants like primary, outline, danger
  • <dr-input> – Input field with Bootstrap classes
  • <dr-accordion> – Expandable/collapsible content
  • <dr-icon> – Simple and customizable icon component (New)

More components like Modal, Tooltip, Toast, Tabs, etc. are coming soon!


🎨 Styling & Theming

Drux UI uses Bootstrap utility classes out of the box.
That means you can use classes like text-danger, bg-light, or rounded directly on components for instant styling.

Dark mode and custom themes are easy to apply using your own styles.


🔍 Live Preview (coming soon)

You’ll soon be able to preview all components in action:
📎 drux-ui-angular.vercel.app


🙌 Made with simplicity in mind

Drux UI is built to be minimal, quick to use, and easy to customize.
If you're starting a new Angular app and want clean UI components fast — you're in the right place.


👤 Author

Shreesha Venkatram


Package Sidebar

Install

npm i drux-ui-angular

Weekly Downloads

34

Version

0.0.10

License

MIT

Unpacked Size

71.6 kB

Total Files

15

Last publish

Collaborators

  • shreesha99