@colisweb/rescript-toolkit

5.3.4 • Public • Published

ReScript toolkit

ReScript Colisweb toolkit

  • Request
  • Unleash
  • Identifier
  • Hooks
  • Decoders
  • Fetcher
  • Form
  • Tailwind classname generator
  • vendors (library bindings)

Usage

Install the package :

npm i @colisweb/rescript-toolkit

Add the package to the bsconfig.json file :

{
  "bs-dependencies": ["@colisweb/rescript-toolkit"]
}

The bindings in the vendors are globaly accessible. Everything else is scoped into the Toolkit namespace.

open Toolkit;

[@react.component]
let make = () => {
  let dialog = Hooks.useDisclosure();

  <div className="bg-white" />
};

Development

Build

npm run build

Watch

npm run watch

Dependents (2)

Package Sidebar

Install

npm i @colisweb/rescript-toolkit

Weekly Downloads

822

Version

5.3.4

License

MIT

Unpacked Size

2.62 MB

Total Files

212

Last publish

Collaborators

  • colisweb-frontend
  • dck