All Projects → ngx-fomantic-ui → ngx-fomantic-ui

ngx-fomantic-ui / ngx-fomantic-ui

Licence: other
🚀 An Angular 10 library for Fomantic UI without jQuery. ⚒️ Based on @edcarroll's ng2-semantic-ui.

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to ngx-fomantic-ui

Fomantic Ui
Fomantic-UI is a community fork of Semantic-UI
Stars: ✭ 2,755 (+7552.78%)
Mutual labels:  semantic, fomantic
SemanticResultFormats
Provides additional visualizations (result formats) for Semantic MediaWiki
Stars: ✭ 40 (+11.11%)
Mutual labels:  semantic
react-semantic-render
Semantic helper components for rendering content with React.
Stars: ✭ 13 (-63.89%)
Mutual labels:  semantic
SemanticExtraSpecialProperties
Provides extra special properties to Semantic MediaWiki.
Stars: ✭ 24 (-33.33%)
Mutual labels:  semantic
BertSimilarity
Computing similarity of two sentences with google's BERT algorithm。利用Bert计算句子相似度。语义相似度计算。文本相似度计算。
Stars: ✭ 348 (+866.67%)
Mutual labels:  semantic
AMR-Dialogue
Code for our paper "Semantic Representation for Dialogue Modeling" in ACL2021
Stars: ✭ 38 (+5.56%)
Mutual labels:  semantic
rgbd scribble benchmark
RGB-D Scribble-based Segmentation Benchmark
Stars: ✭ 24 (-33.33%)
Mutual labels:  semantic
Fomantic-UI-LESS
LESS only distribution of Fomantic UI
Stars: ✭ 16 (-55.56%)
Mutual labels:  fomantic
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+4069.44%)
Mutual labels:  semantic
wasr network
WaSR Segmentation Network for Unmanned Surface Vehicles v0.5
Stars: ✭ 32 (-11.11%)
Mutual labels:  semantic
ontology-visualization
A simple ontology and RDF visualization tool.
Stars: ✭ 102 (+183.33%)
Mutual labels:  semantic
SemanticCite
Allows to manage citation resources using semantic annotations
Stars: ✭ 22 (-38.89%)
Mutual labels:  semantic
semantic
SuperPhy for the semantic web
Stars: ✭ 17 (-52.78%)
Mutual labels:  semantic
semantic role labeling deep learning
SRL deep learning model is based on DB-LSTM which is described in this paper : [End-to-end learning of semantic role labeling using recurrent neural networks](http://www.aclweb.org/anthology/P15-1109)
Stars: ✭ 20 (-44.44%)
Mutual labels:  semantic
SemanticBreadcrumbLinks
Provides in-page navigation by building breadcrumb links from an attributive property filter.
Stars: ✭ 15 (-58.33%)
Mutual labels:  semantic
embedding evaluation
Evaluate your word embeddings
Stars: ✭ 32 (-11.11%)
Mutual labels:  semantic
create-fomantic-icons
Generate the icon.overrides and icon.html.eco files for Fomantic-UI (or Semantic-UI)
Stars: ✭ 21 (-41.67%)
Mutual labels:  fomantic
next-semantic-ui-react
Next.js + SUIR tiny starter
Stars: ✭ 20 (-44.44%)
Mutual labels:  semantic
dsymbol
Basic symbol lookup/resolution for libdparse
Stars: ✭ 13 (-63.89%)
Mutual labels:  semantic
xml-semantic-external-parser
A semantic external parser for XML files that can be used together with GMaster, PlasticSCM or SemanticMerge. Supports various XML formats, such as the Visual Studio project format.
Stars: ✭ 15 (-58.33%)
Mutual labels:  semantic

ngx-fomantic-ui

Gitter npm monthly downloads

Fomantic UI Angular Integrations, written in pure Angular - no JQuery required.

Introduction

Greenkeeper badge

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.

This is a fork of edcarroll's ng2-semantic-ui, updated to Angular 7 and Fomantic UI.

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
Toast
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

Running Documentation Website on Docker

The ngx-fomantic-ui website sample project can run as a docker container. In order to run the website on docker, use the following commands (run commands from the repo's root folder):

  • docker build -t ngx-fomantic-ui-docs:latest . - building the ngx-fomantic-ui website image
  • docker run -p <host-port>:4200 ngx-fomantic-ui-docs:latest - starting the container, listening on for your choice.

The container will run the documentation app with the script docker:serve:docs with 0.0.0.0 host support.

  • Saving the image for later offline usage is available by building the container and then using docker save ngx-fomantic-ui-docs:latest > <tar-name>.tar and loading it afterwards with sudo docker load < <tar-name>.tar.

tested on ubuntu 18.04.2 with Docker 18.09.6

Credits and License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].