sui-tags-input
TypeScript icon, indicating that this package has built-in type declarations

0.9.8 • Public • Published

sui-tags-input

Tags input, written in pure Angular - no JQuery required.

Introduction

Angular and jQuery don't go together - this is the fundamental principal of this library. It provides Angular component versions of the Semantic UI modules, so that you don't need to add jQuery to your app.

Note that only Semantic UI elements that use jQuery are recreated here - those written purely in CSS aren't included as they can be used in Angular apps already.

Dependencies

Component Support

Icon Description
Component supported by ng2-semantic-ui.
🚀 Semantic UI plugin supported by ng2-semantic-ui (not in Semantic UI Core).
☑️ Component supported natively by Semantic UI (CSS only).
Component currently unavailable.
🚫 Component not applicable to Angular.
Elements Collections Views Modules Behaviors
☑️ Button ☑️ Breadcrumb ☑️ Advertisment ✅ Accordion 🚫 API
☑️ Container ☑️ Form ☑️ Card ✅ Checkbox 🚫 Form Validation
☑️ Divider ☑️ Grid ☑️ Comment 🚀 Collapse 🚀 Localization
☑️ Flag ☑️ Menu ☑️ Feed 🚀 Datepicker ❌ Visibiltiy
☑️ Header ✅ Message ☑️ Item ✅ Dimmer
☑️ Icon 🚀 Pagination ☑️ Statistic ✅ Dropdown
☑️ Image ☑️ Table ❌ Embed
☑️ Input ✅ Modal
☑️ Label ✅ Popup
☑️ List ✅ Progress
☑️ Loader ✅ Rating
☑️ Rail ✅ Search
☑️ Reveal ❌ Shape
☑️ Segment ✅ Sidebar
☑️ Step ❌ Sticky
✅ Tab
✅ Tags input
✅ Transition

Development

To generate all library files:

$ npm run compile:lib
# use compile:lib:w to watch for changes 

To run the demo app (you must have Angular-CLI installed):

$ ng serve

Testing

To run the unit tests suite:

$ npm run test

To run the unit test suit in watch mode (the whole suite is re-executed every code/test change):

$ npm run test:w

To generate code coverage report:

$ npm run test:cov

this will generate a folder coverage with the HTML report

License

MIT

Package Sidebar

Install

npm i sui-tags-input

Weekly Downloads

23

Version

0.9.8

License

MIT

Unpacked Size

1.74 MB

Total Files

667

Last publish

Collaborators

  • atretyak