ngx-vant
TypeScript icon, indicating that this package has built-in type declarations

0.8.3 • Public • Published

logo

Ngx-Vant

Mobile UI Components built on Angular

🔥 文档网站    


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

Package Sidebar

Install

npm i ngx-vant

Weekly Downloads

14

Version

0.8.3

License

MIT

Unpacked Size

1.49 MB

Total Files

346

Last publish

Collaborators

  • yutaoz