AirComponents introduction
Welcome to AirComponents, a modern, lightweight web components library designed for simplicity and elegance.
Why AirComponents?
AirComponents offers:
-
Customisation: easily build a unique user interface.
-
Minimalism: small, efficient and fast.
-
Modern standards: based on Web Components and pure CSS, no third-party dependencies.
Quick start
Follow these steps to get started with AirComponents.
Prerequisites
Before using AirComponents, please make sure you have installed:
Install AirComponents
Add AirComponents to your project via npm:
npm install air-components
Import and use
Import the components you need and start using them:
import ‘air-components’;
HTML example:
Start the development server
If you cloned the AirComponents repository for development, run the following command:
npm install
npm run start
Visit http://localhost:3000/ to see the changes in real time.
Learn more
View the complete documentation and examples to explore all the components AirComponents has to offer. We wish you the best of luck in your development journey with AirComponents!