Skip to content

ngx-vant的延续版本,ngx-vant目前好像已经无人维护了,此项目是在ngx-vant的基础上拓展需要的新功能

License

Notifications You must be signed in to change notification settings

IfFaith/ngx-vant-revive

Repository files navigation

logo

ngx-vant-revive

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-revive -S

Quickstart

import { BrowserModule } from "@angular/platform-browser";
import { NgModule } from "@angular/core";
import { AppComponent } from "./app.component";
import { ButtonModule } from "ngx-vant-revive/button";
import { Vant18nModule, VANT_I18N } from "ngx-vant-revive/i18n";
@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, AppRoutingModule, ButtonModule],
  providers: [{ provide: VANT_I18N, useValue: zh_CN }],
  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

About

ngx-vant的延续版本,ngx-vant目前好像已经无人维护了,此项目是在ngx-vant的基础上拓展需要的新功能

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published