0.8.3 • Published 3 years ago
ngx-vant v0.8.3
Features
- 65+ Reusable components
- 1kb Component average size (min+gzip)
- Extensive documentation and demos
- Support Angular14
- Support Tree Shaking
- Support Custom Theme
- Support i18n
- Support TS
- Support SSR
Install
npm i ngx-vant -S
Quickstart
import { BrowserModule } from "@angular/platform-browser";
import { NgModule } from "@angular/core";
import { AppComponent } from "./app.component";
import { ButtonModule } from "ngx-vant";
@NgModule({
declarations: [AppComponent],
imports: [BrowserModule, AppRoutingModule, ButtonModule],
providers: [],
bootstrap: [AppComponent],
})
export class AppModule {}
See more in Quickstart.
Contribution
Please make sure to read the Contributing Guide before making a pull request.
Browser Support
Modern browsers and Android 4.0+, iOS 8.0+.
Links
LICENSE
0.8.3
3 years ago
0.8.2
3 years ago
0.8.1
3 years ago
0.8.0
3 years ago
0.7.9
4 years ago
0.7.8
4 years ago
0.7.5
4 years ago
0.7.7
4 years ago
0.7.1
4 years ago
0.7.3
4 years ago
0.7.0
4 years ago
0.6.6
4 years ago
0.6.9
4 years ago
0.1.1
4 years ago
0.6.2
4 years ago
0.6.1
4 years ago
0.5.9
4 years ago
0.6.0
4 years ago
0.5.3
4 years ago
0.4.6
4 years ago
0.5.0
4 years ago
0.5.1
4 years ago
0.4.5
4 years ago
0.4.0
4 years ago
0.3.9
4 years ago
0.3.8
4 years ago
0.3.7
4 years ago
0.3.6
4 years ago
0.3.5
4 years ago
0.2.2
4 years ago
0.2.1
4 years ago
0.0.1
4 years ago
0.0.0
4 years ago