Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angularify/angular-semantic-ui
[WiP] AngularJS native directives for Semantic UI
https://github.com/angularify/angular-semantic-ui
Last synced: 2 months ago
JSON representation
[WiP] AngularJS native directives for Semantic UI
- Host: GitHub
- URL: https://github.com/angularify/angular-semantic-ui
- Owner: angularify
- License: mit
- Created: 2014-04-09T20:04:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T12:42:17.000Z (over 8 years ago)
- Last Synced: 2024-10-22T07:12:15.330Z (3 months ago)
- Language: JavaScript
- Homepage: http://angularify.github.io/angular-semantic-ui
- Size: 6.86 MB
- Stars: 383
- Watchers: 28
- Forks: 87
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-semantic-ui - Angular Semantic-UI
README
angular-semantic-ui
======================`angular-semantic-ui` - is a set of `angular.js` directives for [semantic-ui](http://semantic-ui.com/).
Directives
----------------------* [accordion](https://github.com/angularify/angular-semantic-ui/tree/master/src/accordion)
* [checkbox](https://github.com/angularify/angular-semantic-ui/tree/master/src/checkbox)
* [dimmer](https://github.com/angularify/angular-semantic-ui/tree/master/src/dimmer)
* [dropdown](https://github.com/angularify/angular-semantic-ui/tree/master/src/dropdown)
* [modal](https://github.com/angularify/angular-semantic-ui/tree/master/src/modal)
* [popup](https://github.com/angularify/angular-semantic-ui/tree/master/src/popup)
* [rating](https://github.com/angularify/angular-semantic-ui/tree/master/src/rating)
* [sidebar](https://github.com/angularify/angular-semantic-ui/tree/master/src/sidebar)
* [wizard](https://github.com/angularify/angular-semantic-ui/tree/master/src/wizard)**IMPORTANT** angular-semantic-ui is only 0.0.2, and **NOT PRODUCTION READY**.
Installation
----------------------```
$ bower install angular-semantic-ui
```Building
----------------------Get main [repo](https://github.com/angularify/angular-semantic-ui) with:
```
$ git clone https://github.com/angularify/angular-semantic-ui.git
```Than go to the `angular-semantic-ui` directory and install dependencies:
```
$ npm install && bower install
```Then execute:
```
$ grunt build && grunt test
```There will be: `dist/angular-semantic-ui.js`.
Contribution
----------------------1. Fork main [repo](https://github.com/angularify/angular-semantic-ui)
2. Make changes.
3. Add tests.
4. Send pull request.
5. Thank you.Author
----------------------[@0xAX](https://twitter.com/0xAX)