scui-approve-button
v1.3.0
Published
# How to use
Downloads
4
Readme
scui-approve-button component
How to use
As self contained component (for testing)
git clone [this repo]
npm install
npm start
As imported library
npm install --save scui-approve-button
and in code (assuming commonjs is available)
var approveButton = require('scui-approve-button');
module.exports = angular.module( 'app', [approveButton] )
You should now be able to use
<approve-button></approve-button>