0.4.0 • Published 8 months ago

@nousantx/tenoxui-preset v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

TenoxUI Minimal Preset

This is a minimal configuration template for your TenoxUI.

Installation

npm i @tenoxui/static @nousantx/tenoxui-preset

Usage

import { TenoxUI } from '@tenoxui/static'
import { createConfig } from '@nousantx/tenoxui-preset'

const ui = new TenoxUI(
  createConfig({
    sizing: 0.25
  })
)

console.log(
  ui.generate([
    'bg-red-500',
    'hover:bg-blue-500',
    'flex',
    'grid',
    'p-8',
    'text-center',
    'text-lime-500/30'
    // other class names ...
  ])
)

Credits

This library is inspired by Tailwind CSS. While no code has been copied, it follows Tailwind's utility-first naming convention and adopts similar theme values, such as colors and box-shadow values. Tailwind CSS is a trademark of Tailwind Labs Inc.

0.4.0

8 months ago

0.3.0

8 months ago

0.2.0

8 months ago

0.1.0

8 months ago