airacss

3.0.0 • Public • Published

AiraCSS


AiraCSS

A free CSS framework that offers a collection of ready-to-use frontend components, allowing you to effortlessly combine them to create responsive web interfaces.

NOTE: AiraCSS also support dark mode and light mode which is very cool.

Installation with npm

Install AiraCSS with npm

  npm install astral.css
  cd my-project

CDN via jsDelivr

If you do not want to download AiraCSS you can skip the download with jsDelivr to deliver cached version of AiraCSS's compiled CSS and JS to your project.

<link href="https://cdn.jsdelivr.net/gh/thaboyaluya/astral.css-V3.0@master/css/astral.css-v3.0.min.css" rel="stylesheet" >
<script> src="https://cdn.jsdelivr.net/gh/thaboyaluya/astral.css-V3.0@master/js/astral-v3.0.min.js" ></script>

Starter Template

<!-- <!doctype html>  -->
<html lang="en">
      <head>
      <!-- Required meta tags -->
      <meta charset="utf-8">
      <meta name="viewport" content ="width=device-width, initial-scale=1">
      
      <!-- AiraCSS -->
      <link href="https://cdn.jsdelivr.net/gh/thaboyaluya/astral.css-V3.0@master/css/astral.css-v3.0.min.css" rel="stylesheet" >
                  
      <title>Hello, world!</title>
      </head>
      <body>
      
      <h1>Hello, world!</h1>
                  
                  
      <script> src="https://cdn.jsdelivr.net/gh/thaboyaluya/astral.css-V3.0@master/js/astral-v3.0.min.js" ></script>
                  

      </body>
</html>
            

Documentation

For full documentation, visit https://thaboyaluya.github.io.

Features

  • Extensive Components Library : AiraCSS offers a rich library of UI component, allowing developers to streamline their workflow and create beautiful designs without starting from scratch.

  • Fully Responsive Design : With mobile-first principle,our framework ensures that all components look great on any device whether it's a desktop,tablet or mobile phone.

  • Modern : Clean,modern design that enhances user experience without unnecessary bloat.

  • Easy Integration : Our Framework is simple to implement into your existing projects,allowing you to easily mix and match components without hassle.

How It Works

  • Download the Framework : Get started by downloading the AiraCSS framework from our GitHub respository .Access all our components at your fingertips.

  • Explore the Component Library : Browse through our extensive library of frontend components.Whether your need forms,cards,navigation bars,modals and much more .We've you covered !

  • Customize and Combine : Easily customize components to fit your project's needs.With AiraCSS,you can build unique web interfaces that stand out

Current Components

Astral currently includes:

  • Alerts
  • Animations
  • Breadcrumbs
  • Buttons
  • Cards
  • Chips
  • Dividers
  • Dropdown
  • Footer
  • Message
  • Modals
  • Navbars
  • Notifications
  • Pagination
  • Progress Bars and Spinners
  • Sections
  • Tables
  • Tabs
  • Tags
  • Tooltips
  • Dark Mode
  • Rich Color Palette

Yeah... That's all. But no worries! I'm working on adding new components every day!

License

Astral is free to use under the open-source MIT license.

About the creator

I'm Oghenerume Aluya. Have a nice day :)

Package Sidebar

Install

npm i airacss

Weekly Downloads

1

Version

3.0.0

License

MIT

Unpacked Size

1.98 MB

Total Files

72

Last publish

Collaborators

  • thaboyaluya