1.0.0 • Published 1 year ago

tailwind-console v1.0.0

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

tailwind-console

console like tailwind

Installation

Install my-project with npm

npm i tailwind-console

Usage/Examples

import { beautify } from "tailwind-console"

console.log(beautify("text-azure-500", "foo"))

console.log(beautify("text-azure-500")("foo"))

//curried
let azureText = beautify("text-azure-500")
console.log(azureText("foo"))

Features

  • typescript
  • tailwind style
  • curry

Roadmap

  • Add style support,such as Bold, Italic
1.0.0

1 year ago