Layout primitives written with ReasonReact and styled-ppx
  • Reason 91.3%
  • JavaScript 8.1%
  • HTML 0.3%
  • Text 0.3%
Find a file
2021-05-07 17:39:10 +02:00
.github/workflows chore: Add publish script in CI 2021-01-25 11:33:19 +01:00
.storybook feat: Change dir to www 2020-12-21 08:40:05 +01:00
.vscode feat: Move to Inter 2020-12-16 23:41:21 +01:00
config feat: Move to Inter 2020-12-16 23:41:21 +01:00
esy.lock chore: Update esy 2020-12-27 11:24:00 +01:00
src Label fixes 2021-05-07 17:33:26 +02:00
.gitattributes Add layout components 2020-08-04 15:56:17 +02:00
.gitignore feat: Publish 0.1.1 with genType on Align 2021-01-26 15:11:19 +01:00
.spin Add layout components 2020-08-04 15:56:17 +02:00
bsconfig.json feat: Publish 0.1.1 with genType on Align 2021-01-26 15:11:19 +01:00
esy.json feat: Remove app specific stuff 2020-10-22 12:59:32 +02:00
LICENSE Add layout components 2020-08-04 15:56:17 +02:00
package.json feat: Bump v0.1.2 2021-01-30 20:01:14 +01:00
README.md Update README.md 2021-03-25 14:57:50 +01:00
tsconfig.json feat: Move to Inter 2020-12-16 23:41:21 +01:00
yarn.lock feat: Publish 0.1.1 with genType on Align 2021-01-26 15:11:19 +01:00

🌮 taco

Taco is a bunch of components that work as layout primitives written with ReasonReact and styled-ppx available in JavaScript, TypeScript and Reason/OCaml.

  • Single-focused components
  • Highly composable
  • Type-safe
  • Strong defaults
  • Predictable APIs
  • A rich set of components that can represent all your app
  • Usable on Reason, JavaScript and TypeScript.

Installation

yarn add taco-ui
# or with npm
npm install --save taco-ui

Usage with Reason

When using ReScript you will need to add "taco-ui" and already have installed "reason-react" to your bs-dependencies in your bsconfig.json config

{
  "bs-dependencies": [
    "reason-react",
+   "taco-ui"
  ]
}

Usage with JavaScript

TBD