{"id":13392780,"url":"https://github.com/Semantic-Org/Semantic-UI-Ember","last_synced_at":"2025-03-13T19:31:04.572Z","repository":{"id":24161774,"uuid":"27551815","full_name":"Semantic-Org/Semantic-UI-Ember","owner":"Semantic-Org","description":"Official Semantic UI Integration for Ember","archived":false,"fork":false,"pushed_at":"2022-12-07T13:59:58.000Z","size":2189,"stargazers_count":332,"open_issues_count":54,"forks_count":112,"subscribers_count":27,"default_branch":"master","last_synced_at":"2024-05-02T00:11:18.913Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Semantic-Org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-04T17:32:49.000Z","updated_at":"2024-04-17T21:15:33.000Z","dependencies_parsed_at":"2023-01-14T00:30:52.482Z","dependency_job_id":null,"html_url":"https://github.com/Semantic-Org/Semantic-UI-Ember","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Semantic-Org%2FSemantic-UI-Ember","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Semantic-Org%2FSemantic-UI-Ember/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Semantic-Org%2FSemantic-UI-Ember/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Semantic-Org%2FSemantic-UI-Ember/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Semantic-Org","download_url":"https://codeload.github.com/Semantic-Org/Semantic-UI-Ember/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243131043,"owners_count":20241183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T17:00:37.084Z","updated_at":"2025-03-13T19:31:04.546Z","avatar_url":"https://github.com/Semantic-Org.png","language":"JavaScript","readme":"![Semantic](https://www.semantic-ui.com/images/logo.png)\n\n# Semantic-UI-Ember\n\n[![Build Status](https://travis-ci.org/Semantic-Org/Semantic-UI-Ember.svg)](https://travis-ci.org/Semantic-Org/Semantic-UI-Ember)\n[![npm version](https://badge.fury.io/js/semantic-ui-ember.svg)](http://badge.fury.io/js/semantic-ui-ember)\n[![Code Climate](https://codeclimate.com/github/Semantic-Org/Semantic-UI-Ember/badges/gpa.svg)](https://codeclimate.com/github/Semantic-Org/Semantic-UI-Ember)\n[![Codecov](https://img.shields.io/codecov/c/github/Semantic-Org/Semantic-UI-Ember.svg)](https://codecov.io/gh/Semantic-Org/Semantic-UI-Ember)\n[![Dependency Status](https://david-dm.org/Semantic-Org/Semantic-UI-Ember.svg)](https://david-dm.org/Semantic-Org/Semantic-UI-Ember)\n\nThis is the official Ember library for the Semantic-UI modules.\n\n### Support\nThe NodeJS and EmberJS versions respective tags are _tested_ on. It might work with versions not listed as well \n\n#### 3.0 \n\n![](https://img.shields.io/badge/nodejs-6-brightgreen.svg)\n![](https://img.shields.io/badge/nodejs-8-brightgreen.svg)\n![](https://img.shields.io/badge/ember-2.16-orange.svg)\n![](https://img.shields.io/badge/ember-2.18-orange.svg)\n![](https://img.shields.io/badge/ember-3.0-orange.svg)\n![](https://img.shields.io/badge/ember-3.1--beta-orange.svg)\n![](https://img.shields.io/badge/ember--fastboot-1.0-4969B2.svg)\n\n#### 2.1\n![](https://img.shields.io/badge/nodejs-6-brightgreen.svg)\n![](https://img.shields.io/badge/ember-2.16-orange.svg)\n![](https://img.shields.io/badge/ember-2.18-orange.svg)\n![](https://img.shields.io/badge/ember--fastboot-1.0-4969B2.svg)\n\n#### 2.0\n![](https://img.shields.io/badge/nodejs-6-brightgreen.svg)\n![](https://img.shields.io/badge/ember-1.13-orange.svg)\n![](https://img.shields.io/badge/ember-2.4-orange.svg)\n![](https://img.shields.io/badge/ember-2.8-orange.svg)\n\n\n# Installation\n\n### v3\n\nInstall this through Ember CLI. We support Ember 2.12 LTS through 3.x \n\n```\nember install semantic-ui-ember\n```\n\n\n### v2.1\n\nInstall this add-on through Ember CLI. We support Ember versions 2.x and above \n\n_NOTE: This is a `bower`-less install_\n\n```\nember install semantic-ui-ember@2.1\n```\n\nThat's it.\n\n\n### v2.0 and below only\n\nInstall this add-on through Ember CLI. We support Ember versions 1.13 latest - 2.X.  \n\n_NOTE: Ember 2.x only **without** fastboot is supported_\n\n\n```\nember install semantic-ui-ember@2.0\n```\n\nRun the library's blueprint to pull in its Bower dependencies. This only needs to be done once.\n\n```\nember generate semantic-ui-ember\n```\n\n## Documentation\n\n### [Detailed documentation on using Semantic-UI-Ember](http://Semantic-Org.github.io/Semantic-UI-Ember).\n\n### [Changelog](CHANGELOG.md)\n","funding_links":[],"categories":["Official links","Frontend","JavaScript","Packages"],"sub_categories":["UI libs"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSemantic-Org%2FSemantic-UI-Ember","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSemantic-Org%2FSemantic-UI-Ember","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSemantic-Org%2FSemantic-UI-Ember/lists"}