All Projects → yutao331763646 → ngx-vant

yutao331763646 / ngx-vant

Licence: MIT license
Lightweight Mobile UI Components built on Vant and Angular

Programming Languages

typescript
32286 projects
Less
1899 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ngx-vant

Ng Zorro Antd
Angular UI Component Library based on Ant Design
Stars: ✭ 7,841 (+22961.76%)
Mutual labels:  enterprise, ivy, angular-directives, angular-ui-components
Vant
Lightweight Mobile UI Components built on Vue
Stars: ✭ 18,852 (+55347.06%)
Mutual labels:  ui-kit, ui-library, vant
react-vant
React mobile UI Components base on Vant
Stars: ✭ 627 (+1744.12%)
Mutual labels:  mobile-ui, ui-library, vant
taroify
Taroify 是移动端组件库 Vant 的 Taro 版本,两者基于相同的视觉规范,提供一致的 API 接口,助力开发者快速搭建小程序应用。
Stars: ✭ 420 (+1135.29%)
Mutual labels:  ui-kit, ui-library, vant
kahi-ui
Straight-forward Svelte UI for the Web
Stars: ✭ 169 (+397.06%)
Mutual labels:  ui-kit, ui-library
sugui
UI Components library based on React, Styled Components and React Testing Library
Stars: ✭ 17 (-50%)
Mutual labels:  ui-kit, ui-library
mijin
Tailwind CSS UI components build for Vue.js / Nuxt.js
Stars: ✭ 168 (+394.12%)
Mutual labels:  ui-kit, ui-library
Daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️  Tailwind Components
Stars: ✭ 382 (+1023.53%)
Mutual labels:  ui-kit, ui-library
UUI
React-based components and accelerators library built by EPAM Systems.
Stars: ✭ 90 (+164.71%)
Mutual labels:  ui-kit, ui-library
Ant Design
An enterprise-class UI design language and React UI library
Stars: ✭ 76,498 (+224894.12%)
Mutual labels:  ui-kit, ui-library
Mobiscroll
Cross platform UI controls for progressive web and hybrid apps (plain JS, jQuery, Angular and React)
Stars: ✭ 1,510 (+4341.18%)
Mutual labels:  ui-kit, mobile-web
vue-vant-template
A reliable mobile-web template built on Vue, Vue-CLI, Vuex, Vue-Router, Vant, Axios, Scss, Mock, Eslint and Viewport adaptation scheme. 基于 Vue 全家桶和 Vant 的 Web 移动端开发脚手架。
Stars: ✭ 15 (-55.88%)
Mutual labels:  mobile-web, vant
Class101 Ui
💅A React-based UI Component Library.
Stars: ✭ 102 (+200%)
Mutual labels:  ui-kit, ui-library
Components
MobileUI was created thinking of making your hybrid application faster and smaller since you only install what you are really going to use for UI.
Stars: ✭ 125 (+267.65%)
Mutual labels:  ui-kit, mobile-web
Vitamin Web
Decathlon Design System libraries for web applications
Stars: ✭ 70 (+105.88%)
Mutual labels:  ui-kit, ui-library
Ng Zorro Antd Mobile
A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜
Stars: ✭ 709 (+1985.29%)
Mutual labels:  enterprise, angular-directives
design-systems
A list of famous design systems, design languages and guidelines
Stars: ✭ 403 (+1085.29%)
Mutual labels:  ui-kit, ui-library
Jazz
Platform to develop and manage serverless applications at an enterprise scale!
Stars: ✭ 254 (+647.06%)
Mutual labels:  enterprise
basis
Basis Design System
Stars: ✭ 55 (+61.76%)
Mutual labels:  components-library
Browser Sec Whitepaper
Cure53 Browser Security White Paper
Stars: ✭ 251 (+638.24%)
Mutual labels:  enterprise

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/button";
import { Vant18nModule, VANT_I18N } from "ngx-vant/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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].