Semantic UI Angular Integrations (no jQuery)
Semantic UI Angular Integrations, written in pure Angular - no JQuery required.
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.
See the Documentation for installation instructions and extensive examples.
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 | ||||
β Transition |
Want to file a bug, contribute some code, or improve documentation? Great! Please read the contributing guidelines to get going.
To generate all library files:
$ npm run lib:compile
# use lib:compile:w to watch for changes
To run the demo app:
$ npm run demo:serve
To run the unit tests suite:
$ npm run test
MIT Β© Edward Carroll