angular-tailwind-components 1.7.1 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,7 @@ A comprehensive Angular component library built entirely with **Tailwind CSS v4*
4
4
 
5
5
  ## Features
6
6
 
7
- - 🎨 **35 components** — Buttons, Inputs, Modals, Tables, DatePickers, and more
7
+ - 🎨 **36 components** — Buttons, Inputs, Modals, Tables, DatePickers, and more
8
8
  - 🎯 **Pure Tailwind CSS** — No Angular Material, Ng-Zorro, or other UI frameworks
9
9
  - ⚡ **Angular 21** — Signals, standalone components, modern control flow
10
10
  - 📝 **ControlValueAccessor** — Full reactive forms integration for all form components
@@ -204,6 +204,7 @@ Some components (for example `tailwind-card`, `tailwind-modal`, `tailwind-toolba
204
204
  - **Checkbox** (`tailwind-checkbox`): Single checkbox with label
205
205
  - **Radio Group** (`tailwind-radio-group`): Radio button group with options
206
206
  - **Select** (`tailwind-select`): Native select with custom styling
207
+ - **Autocomplete** (`tailwind-autocomplete`): Typeahead with optional async search and custom option template (`#item`)
207
208
  - **Toggle** (`tailwind-toggle`): Switch on/off
208
209
  - **DatePicker** (`tailwind-date-picker`): Calendar date selection
209
210
  - **TimePicker** (`tailwind-time-picker`): Time input