@nstl-design/mobile-vue
v1.16.0
Published
NSTL mobile Vue component library
Maintainers
Readme
English | 简体中文
@nstl-design/mobile-vue is a UI component library for Vue 3 and mobile web application.
🎉 Features
- Mobile web application interaction
- High quality UI components for Vue 3.x
- Consistent API and UI across frameworks
- Dark mode and customizable theme
- Support tree-shaking
📦 Installation
npm i @nstl-design/mobile-vue🔨 Usage
We recommend using build tools like Webpack or Rollup that support tree-shaking. No extra setup is needed for on-demand component loading.
import { createApp } from 'vue';
import NSTL from '@nstl-design/mobile-vue';
const app = createApp(App);
app.use(NSTL);Browser Support
| IE / Edge | Firefox | Chrome | Safari | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Edge >=97 | Firefox >=96 | Chrome >=96 | Safari >=14.1 |
Contributing
Contributing is welcome. Read guidelines for contributing before submitting your Pull Request.
Contributors
Feedback
Create your Github issues or scan the QR code below to join our user groups
License
The MIT License. Please see the license file for more information.
