aloria-ui
v1.2.4
Published
A react component library with pre-created components, hooks, fonts and icons.
Maintainers
Readme
Aloria UI
Intro
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-uior...
yarn add aloria-uiUsage
Components
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 github repo.
License
MIT © Avi Avinav
