Skip to content

AviAvinav/aloria-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aloria UI

Intro

Aloria UI is a bootstrap-like react library to assist with developers. It contains reuasable react components and hooks, fonts, icons, and more.

NPM JavaScript Style Guide

Features

  • Pre-built Components

  • Pre-built Hooks

  • Reusable Classnames

  • Responsive Image Component

  • Pre-built Video Player (under-construction)

  • Responsive Components

  • Highly Customisable

Install

npm install aloria-ui

or...

yarn add aloria-ui

Usage

Components

These are the available components:

Hooks

These are the available hooks:

ClassNames

The classnames let you use certain style properties of Aloria UI components, in case you don't want to import the whole component.

Check out all classnames in here.

Importing/Using

import React from "react";
import { MyComponent } from "aloria-ui";

export default function App() {
  return <MyComponent />;
}

Change the MyComponent with whichever component or hook you wish.

Contribute

To contribute to the project, check out the templates directory.

License

MIT © Avi Avinav