{"id":16068044,"url":"https://github.com/ged/aurelia-semantic-ui","last_synced_at":"2025-10-29T22:02:24.657Z","repository":{"id":43444418,"uuid":"51990469","full_name":"ged/aurelia-semantic-ui","owner":"ged","description":"A collection of Semantic UI custom elements for Aurelia applications (Git mirror)","archived":false,"fork":false,"pushed_at":"2022-12-03T10:28:57.000Z","size":10550,"stargazers_count":23,"open_issues_count":18,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T01:49:31.145Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/ged.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-18T07:59:12.000Z","updated_at":"2023-03-25T13:39:34.000Z","dependencies_parsed_at":"2023-01-22T20:30:59.585Z","dependency_job_id":null,"html_url":"https://github.com/ged/aurelia-semantic-ui","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Faurelia-semantic-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Faurelia-semantic-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Faurelia-semantic-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Faurelia-semantic-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ged","download_url":"https://codeload.github.com/ged/aurelia-semantic-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871888,"owners_count":20361379,"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-10-09T06:08:11.586Z","updated_at":"2025-10-29T22:02:19.601Z","avatar_url":"https://github.com/ged.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aurelia-semantic-ui\n\n[![Join the chat at https://gitter.im/ged/aurelia-semantic-ui](https://badges.gitter.im/ged/aurelia-semantic-ui.svg)](https://gitter.im/ged/aurelia-semantic-ui?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nThis plugin is for the [Aurelia](http://www.aurelia.io/) platform. It contains custom elements and attributes for some of the [Semantic UI](http://semantic-ui.com/) widgets.\n\nIt isn't really even alpha quality right now, as I'm still figuring out how half of this stuff works, so don't depend on anything quite yet.\n\nThe major \"to do\" list:\n\n* Flesh out the custom elements. I started this before the new projection system (slots), and I couldn't figure out how to implement custom elements with the old one so the custom elements are only half-implemented currently. The templates, for example, are mostly just placeholders.\n* TESTING. I have been keeping tests in line with the implementation of the components, so it's a pretty good indication of what's been implemented beyond just the basic custom elements/attributes.\n* Documentation via [the demo app](http://ged.github.io/aurelia-semantic-ui/demo.html) seems to be working well, but I've spent more time on layout and organization than content so far, so I need to catch up with the code so I can keep them in parity.\n* Finish making custom elements/attributes for the rest of the Semantic widgets.\n* Resolve some binding problems with the Modules and Behaviors. \n* Figure out a convention for binding attributes that have the same as methods of components (e.g., `attached`). I'm currently thinking that I'll prefix them (`ui-attached`/`uiAttached`).\n\n## Progress\n\nThe plan is to provide implementations for all of the Collections, Elements, Modules, and Views, and any of the Behaviors and plugins that make sense to use in the context of an Aurelia app. \n\n*Legend*\n\n    [x] Complete and adequate test coverage\n    [-] Implemented but not complete\n    [?] Not sure if this will be included\n    [ ] Not implemented yet, but planned\n\n### Behaviors\n\n- [?] API (consider omitting)\n- [?] Form Validation (will this be easier to use than `aurelia-validation` when it's done?)\n- [-] Visibility (`ui-visibility`)\n\n### Collections\n\n- [x] Breadcrumb\n- [x] Form\n- [x] Grid\n- [x] Menu\n- [x] Message\n- [-] Table\n\n### Elements\n\n- [x] Button\n- [x] Container\n- [x] Divider\n- [x] Flag\n- [-] Header\n- [x] Icon\n- [-] Image\n- [-] Input\n- [-] Label\n- [x] List\n- [-] Loader\n- [-] Rail\n- [-] Reveal\n- [-] Segment\n- [-] Step\n\n### Modules\n\n- [-] Accordion\n- [-] Checkbox\n- [x] Dimmer\n- [-] Dropdown\n- [ ] Embed\n- [-] Modal\n- [ ] Nag\n- [-] Popup\n- [-] Progress\n- [ ] Rating\n- [-] Search\n- [ ] Shape\n- [-] Sidebar\n- [-] Sticky\n- [ ] Tab\n- [ ] Transition\n\n### Views\n\n- [ ] Advertisement\n- [-] Card\n- [ ] Comment\n- [-] Feed\n- [ ] Item\n- [-] Statistic\n\n### Plugins\n\n- [ ] Calendar\n\n\n## Installing\n\nAgain, this isn't production-ready yet, but once it is, this is how you'll install it.\n\nIn your Aurelia project install the plugin via `jspm` with following command\n\n    jspm install npm:aurelia-semantic-ui\n\nMake sure you use [manual bootstrapping](http://aurelia.io/hub.html#/doc/article/aurelia/framework/latest/app-configuration-and-startup/4). In order to do so open your `index.html` and locate the element with the attribute aurelia-app. Change it to look like this:\n\n    \u003cbody aurelia-app=\"main\"\u003e\n\nCreate (if you haven't already) a file `main.js` in your `src` folder as described in the [Bootstrapping Aurelia](http://aurelia.io/hub.html#/doc/article/aurelia/framework/latest/app-configuration-and-startup/1) section of the Aurelia documentation. Add this before you call `aurelia.start()` to install the plugin in your app:\n\n    aurelia.use.plugin( 'aurelia-semantic-ui' );\n\n\nIf you wish to test to see if the plugin is being installed correctly, you can add the following markup as a sample:\n\n    \u003cui-card centered\u003e\n      \u003cdiv class=\"image\"\u003e\n        \u003cimg src=\"/images/avatar2/large/elyse.png\"\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"content\"\u003e\n        \u003ca class=\"header\"\u003eElyse\u003c/a\u003e\n      \u003c/div\u003e\n    \u003c/ui-card\u003e\n\n\n\n## Thanks\n\nMany thanks to the [aurelia-bs-modal](https://github.com/PWKad/aurelia-bs-modal) plugin by Patrick Walters upon which this plugin is based. Used under the terms of The MIT License (MIT):\n\n\u003e Copyright (c) 2014 Durandal Inc.\n\u003e \n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy\n\u003e of this software and associated documentation files (the \"Software\"), to deal\n\u003e in the Software without restriction, including without limitation the rights\n\u003e to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\u003e copies of the Software, and to permit persons to whom the Software is\n\u003e furnished to do so, subject to the following conditions:\n\u003e \n\u003e The above copyright notice and this permission notice shall be included in all\n\u003e copies or substantial portions of the Software.\n\u003e \n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\u003e IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\u003e FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\u003e AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\u003e LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\u003e OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n\u003e SOFTWARE.\n\nThe rest is Copyright (c) 2016 Michael Granger, but otherwise distributed under the same MIT License.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Faurelia-semantic-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fged%2Faurelia-semantic-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Faurelia-semantic-ui/lists"}