Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nunes22/adaptflex
Adaptive ReasonML Design System
https://github.com/nunes22/adaptflex
component-library design-system react reasonml reasonreact
Last synced: 3 months ago
JSON representation
Adaptive ReasonML Design System
- Host: GitHub
- URL: https://github.com/nunes22/adaptflex
- Owner: nunes22
- Archived: true
- Created: 2020-04-26T05:25:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:27:25.000Z (about 2 years ago)
- Last Synced: 2024-02-17T12:40:27.051Z (12 months ago)
- Topics: component-library, design-system, react, reasonml, reasonreact
- Language: JavaScript
- Homepage: https://nunes22.github.io/adaptflex/
- Size: 2.86 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
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 | | | ❌ | ❌ |