apeman-ui-contrib-angular-tabbing
v1.2.6
Published
apeman ui module for angular to work with tabs.
Downloads
6
Readme
apeman-ui-contrib-angular-tabbing
apeman ui module for angular to work with tabs.
Demo
Demo of apeman-ui-contrib-angular-tabbing
Installation
Install module via npm
$ npm install apeman-ui-contrib-angular-tabbing --save
Generating UI Files
Define $ui
property in your Apemanfile with "apeman-ui-contrib-angular-tabbing" package.
/**
* This is example Apemanfile to use "apeman-ui-contrib-angular-tabbing".
*/
"use strict";
module.exports = {
$pkg: {/*...*/},
$ui: {
// Define your own ui.
"my-ui-01": {
// UI generation config for each path.
"assets/public/my_ui_components": [
require("apeman-ui-contrib-angular-tabbing")({
})
]
}
}
};
Then, generate ui assets via apeman ui.
# Generate ui from CLI.
$ apeman ui "my-ui-01"
Options
| Name | Type | Description | | ---- | ---- | ----------- | | | String | |
Using UI Files
/**
* This is example to use "apeman-ui-contrib-angular-tabbing".
*/
(function () {
"use strict";
})();
Documents
License
This software is released under the MIT License.