0.0.0-ALPHA-0.0.13 • Published 7 years ago
@aurelia-material-components/button v0.0.0-ALPHA-0.0.13
Aurelia Material Component - Button
Install
npm i -S @aurelia-material-components/button
Use
// under Aurelia Main JS
export function configure(aurelia) {
aurelia.use
.standardConfiguration();
aurelia.use
// ...
.plugin(PLATFORM.moduleName('@aurelia-material-components/button'), (config) => {
// only if you want to use containerless components
config.useContainerless();
});
aurelia.start();
}
0.0.0-ALPHA-0.0.13
7 years ago
0.0.0-ALPHA-0.0.12
7 years ago
0.0.0-ALPHA-0.0.11
7 years ago
0.0.0-ALPHA-0.0.10
7 years ago
0.0.0-ALPHA-0.0.9
7 years ago
0.0.0-ALPHA-0.0.8
7 years ago
0.0.1-ALPHA-0.0.7
7 years ago
0.0.1-ALPHA-0.0.6
7 years ago
0.0.1-ALPHA-0.0.5
7 years ago
0.0.1-ALPHA-0.0.4
7 years ago
0.0.1-ALPHA-0.0.3
7 years ago
0.0.1-ALPHA-0.0.2
7 years ago