• Stars
    star
    143
  • Rank 257,007 (Top 6 %)
  • Language
  • License
    MIT License
  • Created about 2 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Adaptive metallic finish for CSS

Versatile metallic finish for CSS

MetalliCSS logo

MetalliCSS is a tiny, dependency-free JavaScript library that makes your CSS literally shine.

Using the library is as simple as adding the class metallicss, and using CSS properties for configuration (try it out here).

✨ Interactive demo

Installation:

  • Download dist/metallicss.min.js or install with npm i metallicss

  • Import with import("metallicss"); or add a script tag before the closing </body> of your website: <script type="module" src="metallicss.min.js" defer></script>