Overview:
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.
Features:
- Icon drawn by CSS: Atom-Design offers icons that are created using CSS, providing flexibility in customizing the style of the icons.
- Customizable components style: The library allows developers to easily customize the style of components according to their application’s design requirements.
- Simple and easy to use components: Atom-Design provides a collection of components that are designed to be simple and user-friendly, making it easy for developers to integrate them into their applications.
Installation:
To install Atom-Design, follow the steps below:
Install the Atom-Design package using npm:
npm install atom-designImport the components you need into your project:
import { Button, Card, Input } from 'atom-design';Use the imported components in your application as desired.
Summary:
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.