Skip to content

Commit

Permalink
chore: updated hosted url to prestoui.iambatman.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjunGTX committed Jan 6, 2025
1 parent a54cfab commit 7317a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ A lightweight component library that fastens the development of a UI. Presto com
## 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.netlify.app/css/components/index.css" />
<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.netlify.app/css/components/<component-name>.css" />
<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:

Expand Down

0 comments on commit 7317a83

Please sign in to comment.