Skip to content

ArjunGTX/PrestoUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrestoUI

A lightweight component library that fastens the development of a UI. Presto components are built using raw css.

Features

  • Responsive components
  • Support for individual components
  • Comprehensive documentation
  • Consistency in colors, naming, and typography
  • Lightweight
  • Customizable
  • Dark mode Toggle

Installation

To install Presto in your project just link the stylesheet inside the head tag of your HTML file:

<link rel="stylesheet" href="https://prestoui.iambatman.dev/css/components/index.css" />

Or import it inside the CSS file:

@import url("https://openui.netlify.app/css/components/index.css");

To install only a particular component use the following code:

<link rel="stylesheet" href="https://prestoui.iambatman.dev/css/components/<component-name>.css" />

Replace <component-name> with the desired component. List of available components are:

  • alert
  • avatar
  • badge
  • button
  • card
  • image
  • input
  • snackbar
  • rating
  • modal
  • Grid
  • Notification

Tech Stack

  • HTML
  • CSS
  • JavaScript

Demo

  • Desktop View Desktop
  • Mobile View Mobile

Releases

No releases published

Packages

No packages published