@nunes22/adaptflex
v0.1.0-beta7
Published
> The adaptive ReasonML Design System
Downloads
26
Maintainers
Readme
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 | | | ❌ | ❌ |