Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

benjaminforras/ngx-fomantic-ui

 
 

Repository files navigation

Gitter npm monthly downloads

Fomantic 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 Fomantic UI modules, so that you don't need to add jQuery to your app.

Note that only Fomantic 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 ngx-fomantic-ui.
🚀 Fomantic UI plugin supported by ngx-fomantic-ui (not in Fomantic UI Core).
☑️ Component supported natively by Fomantic 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

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

Credits and License