0.8.3 • Published 2 years ago

ngx-vant v0.8.3

Weekly downloads
25
License
MIT
Repository
github
Last release
2 years ago

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

MIT

0.8.3

2 years ago

0.8.2

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.7.9

3 years ago

0.7.8

3 years ago

0.7.5

3 years ago

0.7.7

3 years ago

0.7.1

3 years ago

0.7.3

3 years ago

0.7.0

3 years ago

0.6.6

3 years ago

0.6.9

3 years ago

0.1.1

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.5.9

3 years ago

0.6.0

3 years ago

0.5.3

3 years ago

0.4.6

3 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.4.5

3 years ago

0.4.0

3 years ago

0.3.9

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago