Skip to content

techlxrd/LiquidStyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiquidStyle

LiquidStyle is a simple CSS/JS library that brings the iOS 26 Liquid Glass experience to the web. Get started quickly using the CDN and apply the liquid-glass class to your HTML elements.

Quick Start

Add the following lines to your HTML <head>:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/techlxrd/LiquidStyle/liquidstyle.css">
<script src="https://cdn.jsdelivr.net/gh/techlxrd/LiquidStyle/liquidstyle.js"></script>

Usage

Apply the liquid-glass class to any HTML element and you're good to go:

<div class="liquid-glass">
  This is a liquid glass element!
</div>

You can use it on buttons, cards, sections, and everything.



License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published