my-sui
v1.0.2
Published
update ng2-semantic-ui
Downloads
5
Readme
Semantic 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 Semantic UI modules, so that you don't need to add jQuery to your app.
Note that only Semantic 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
- Angular (^4.1.0)
- Semantic UI CSS (jQuery is not required)
Components
The current list of available components with links to their docs is below:
- Collections
- Modules
- Behaviors
Want to help?
Want to file a bug, contribute some code, or improve documentation? Great! Please read the contributing guidelines to get going.
Development
To generate all library files:
$ npm run compile:lib
# use compile:lib:w to watch for changes
To run the demo app (you must have Angular-CLI installed):
$ ng serve
Testing
To run the unit tests suite:
$ npm run test
To run the unit test suit in watch mode (the whole suite is re-executed every code/test change):
$ npm run test:w
To generate code coverage report:
$ npm run test:cov
this will generate a folder coverage
with the HTML report
License
MIT © Edward Carroll