Pile.js screenshot

Pile.js

Author Avatar Theme by Didi
Updated: 24 Apr 2019
262 Stars

pile.js components build with React.

Categories

Overview:

The Pile library is a lightweight mobile components library built with React. It offers a range of components that can be used to build mobile applications. The library is Commitizen friendly and is licensed under the Apache 2.0 license.

Features:

  • Button: A component for creating buttons in mobile applications.
  • Icon: A component for displaying icons in mobile applications.
  • Switch: A component for creating switch controls in mobile applications.
  • Toast: A component for displaying toast messages in mobile applications.
  • InputField: A component for creating input fields in mobile applications.
  • Alert: A component for displaying alerts in mobile applications.
  • Radio: A component for creating radio buttons in mobile applications.

Installation:

To install the Pile library, follow these steps:

  1. Import the desired component into your project:
import { ComponentName } from '@pile-ui/component';
  1. Import the CSS styles for all components:
import '@pile-ui/css';
  1. Import the CSS styles for a single component:
import '@pile-ui/component/css';

Summary:

The Pile library is a lightweight mobile components library built with React. It offers various components such as buttons, icons, switches, toasts, input fields, alerts, and radio buttons. The library is easy to install by importing the desired component and CSS styles. Overall, the Pile library provides a convenient way to build mobile applications with React.