0.1.0 • Published 8 months ago

@nousantx/anyframe-dom v0.1.0

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

AnyFrame/css

anyframe/css is a utility-first CSS framework with rich features, fast, and easy to customize. We use tenoxui library for the style computation since this library is small and lightweight.

Installation

npm i @anyframe/css

Imports

// esm
import { AnyCSS } from '@anyframe/css'

// cjs
const { AnyCSS } = require('@anyframe/css')

// iife
const { AnyCSS } = __anyframe_css__

Usage Example

const css = AnyCSS({
  /* configuration here */
})

console.log(ui.render(['bg-red-500', 'flex']))

License

MIT © 2025 AnyFrame Org.