Skip to content
This repository was archived by the owner on Jun 25, 2023. It is now read-only.

nunes22/adaptflex

Folders and files

NameName
Last commit message
Last commit date
Apr 30, 2020
Apr 29, 2020
May 25, 2020
Jun 8, 2020
Apr 26, 2020
Apr 26, 2020
Apr 26, 2020
Apr 30, 2020
Apr 27, 2020
May 25, 2020
Apr 29, 2020
Apr 27, 2020
Jun 8, 2020

Repository files navigation

adaptflex

The adaptive ReasonML Design System

Quickstart | Documentation | What is included

Quickstart

Install it with Yarn or NPM:

yarn add @nunes22/adaptflex

On your bsconfig.json

"bs-dependencies": ["@nunes22/adaptflex"]

On your root compnent:

open Nunes22Adaptflex;

[@react.component]
let make = () => {
  <ThemeContext value=Theme.rainbow>
    <Button> "Hello World!"->React.string </Button>
  </ThemeContext>;
};

What is included

πŸ“¦ Components

Feature Category Description Unit Tests Visual Regression Tests
Button ❌ ❌
Table ❌ ❌
Card ❌ ❌
DataGrid ❌ ❌
InlineForm ❌ ❌
Input ❌ ❌
OffCanvas ❌ ❌
Inline ❌ ❌
Stack ❌ ❌
Toolbar ❌ ❌
Typography ❌ ❌