Skip to content

Commit b0b7afd

Browse files
committed
docs
1 parent 7e8d373 commit b0b7afd

File tree

6 files changed

+37
-1
lines changed

6 files changed

+37
-1
lines changed

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,40 @@
44
55
```bash
66
npm install react-declarative
7-
```
7+
```
8+
9+
## Declarative view builder
10+
11+
A React form builder which interacts with a JSON endpoint to generate nested 12-column grids with input fields and automatic state management in a declarative style. Endpoint is typed by TypeScript guards (**IntelliSense** available). This tool is based on `material-ui` components, so your application will look beautiful on any device...
12+
13+
## Screenshots
14+
15+
### Breadcrumbs
16+
17+
Form component for displaying row page which can be configured remotely
18+
19+
![1.png](./docs/1.png)
20+
21+
### List
22+
23+
Basecrud list component which can be easily bond with [jsonapi endpoint](https://github.com/ppetzold/nestjs-paginate)
24+
25+
![2.png](./docs/2.png)
26+
27+
### One
28+
29+
A declarative view builder. Can be used as a dashboard layout engine. Also configurable remotely
30+
31+
![3.png](./docs/3.png)
32+
33+
### Scaffold
34+
35+
Basic [AppBar](https://material.io/components/app-bars-top) plus [Drawer](https://material.io/components/navigation-drawer) component with nested groups of items and recursive search
36+
37+
![4.png](./docs/4.png)
38+
39+
### 5. Pickers
40+
41+
Date, Time, One (custom json-templated form) pickers
42+
43+
![5.png](./docs/5.png)

docs/1.png

179 KB
Loading

docs/2.png

245 KB
Loading

docs/3.png

212 KB
Loading

docs/4.png

230 KB
Loading

docs/5.png

213 KB
Loading

0 commit comments

Comments
 (0)