edcarroll / ng2-semantic-ui

Semantic UI Angular Integrations (no jQuery)

Home Page:https://edcarroll.github.io/ng2-semantic-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitter Travis CI npm monthly downloads

Semantic UI Angular Integrations, 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.

Installation & Usage

See the Documentation for installation instructions and extensive examples.

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
βœ… Transition

Want to help?

Want to file a bug, contribute some code, or improve documentation? Great! Please read the contributing guidelines to get going.

Development

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

Testing

To run the unit tests suite:

$ npm run test

License

MIT Β© Edward Carroll

About

Semantic UI Angular Integrations (no jQuery)

https://edcarroll.github.io/ng2-semantic-ui/

License:MIT License


Languages

Language:TypeScript 99.5%Language:JavaScript 0.5%