:candy: The mobile side UI-library base on Vue.js
Atom-Design is a mobile side UI-library built on Vue.js. It is designed to provide a customizable and easy-to-use set of components for mobile applications. This library supports iOS 8+ and Android 4.4.3+ environments without the need for polyfills.
To install Atom-Design, follow the steps below:
Install the Atom-Design package using npm:
npm install atom-design
Import the components you need into your project:
import { Button, Card, Input } from 'atom-design';
Use the imported components in your application as desired.
Atom-Design is a mobile side UI-library for Vue.js that aims to simplify the process of creating mobile applications. With its customizable components and easy integration, developers can quickly build mobile user interfaces with Atom-Design. The library supports a wide range of mobile environments and provides a set of user-friendly components that can be easily customized to fit any design requirements.