Aloria UI is a bootstrap-like react library to assist with developers. It contains reuasable react components and hooks, fonts, icons, and more.
-
Pre-built Components
-
Pre-built Hooks
-
Reusable Classnames
-
Responsive Image Component
-
Pre-built Video Player (under-construction)
-
Responsive Components
-
Highly Customisable
npm install aloria-ui
or...
yarn add aloria-ui
These are the available components:
These are the available hooks:
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.
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.
To contribute to the project, check out the templates directory.
MIT © Avi Avinav