0.2.1 • Published 1 year ago

tailwind-aqua-ui v0.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Aqua UI components

Motivation

In the 90's and early 2000's, Apple’s OS 9 operating system had a UI called “Aqua.”

Michael Feeney made its graphic design during pandemic quarantine for fun. I made a TailwindCSS component library from it.

It is accessible, has no JS, fully extensible and vintage! lol!

Features

  • CSS only, no JS
  • Responsive
  • Accessible
  • Fun

Install

Install a npm package

npm install tailwind-aqua-ui

Then add library to your tailwind.config.js:

module.exports = {
  plugins: [require('tailwind-aqua-ui')]
}