0.0.9 • Published 11 days ago

ngx-tailwindangular v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

ngx-TailwindAngular

A UI library with directives for Angular projects, styled using TailwindCSS. Homepage on TailwindAngular.com. Maintained by Otto Coster

Directives

taDropdownMenu

<button taDropdownMenu>Toggle Menu</button>
<div taDropdownMenuContent>
  <p>Menu Item 1</p>
  <p>Menu Item 2</p>
</div>

taTagFormControl

<div taTagFormControl [formControl]="control"></div>

taMultiSelect

<select taMultiSelect [options]="['Option 1', 'Option 2', 'Option 3']"></select>

Badge

<ta-badge>Badge</ta-badge>

Code scaffolding

Run ng generate component component-name --project ngx-tailwindangular to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-tailwindangular.

Note: Don't forget to add --project ngx-tailwindangular or else it will be added to the default project in your angular.json file.

Build

Run ng build ngx-tailwindangular to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build ngx-tailwindangular, go to the dist folder cd dist/ngx-tailwindangular and run npm publish.

Running unit tests

Run ng test ngx-tailwindangular to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

0.0.9

11 days ago

0.0.8

11 days ago

0.0.7

12 days ago

0.0.6

5 months ago

0.0.5

7 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago