1.1.1 • Published 8 months ago

ui-ts v1.1.1

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

ui-ts

A tiny-tiny UI library that uses JSX and fp-ts to make for easy small UIs.

Installation

Using the CLI

See CLI.

Manual installation

Install, alongside fp-ts, ts-adt, and immer:

> pnpm install ui-ts fp-ts ts-adt immer

Setup a TSConfig like the following:

{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es2016",

    "jsx": "react",
    "jsxFactory": "UI.element",
    "jsxFragmentFactory": "UI.fragment",

    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "skipLibCheck": true,
    "strictBindCallApply": true
  }
}

And setup some sort of build process.

Documentation

See docs.

1.1.1

8 months ago

1.1.0

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago