spase-ui
v0.9.100
Published
SpaseUI is available at NPM, if you have an existing application run the following command to download it to your project.
Downloads
93
Readme
Download
SpaseUI is available at NPM, if you have an existing application run the following command to download it to your project.
npm install spase-ui --save
Angular CLI Integration
Add SpaseUI as a dependencies.
"dependencies": {
//...``
"spase-ui": "^0.9.92",
},
Usage
import * as SpaseUI from 'spase-ui';
or
import ButtonGroupModule from 'spase-ui/buttons';