Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nunes22/adaptflex

Adaptive ReasonML Design System
https://github.com/nunes22/adaptflex

component-library design-system react reasonml reasonreact

Last synced: 2 months ago
JSON representation

Adaptive ReasonML Design System

Awesome Lists containing this project

README

        

# adaptflex

> The adaptive ReasonML Design System

[Quickstart](#quickstart) |
[Documentation](https://nunes22.github.io/adaptflex) |
[What is included](#what-is-included)

## Quickstart

Install it with Yarn or NPM:

```
yarn add @nunes22/adaptflex
```

On your `bsconfig.json`

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

On your root compnent:

```reasonml
open Nunes22Adaptflex;

[@react.component]
let make = () => {

"Hello World!"->React.string
;
};

```

## What is included

### 📦 Components

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