-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md
48 lines (26 loc) · 1.46 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# react-declarative-storybook
> An online preview available on [https://react-declarative.github.io/](https://react-declarative.github.io/)
```bash
npm install react-declarative
```
## Contribute
> [!IMPORTANT]
> Made by using [react-declarative](https://github.com/react-declarative/react-declarative) to solve your problems. **⭐Star** and **💻Fork** It on github will be appreciated
## Declarative view builder
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...
## Screenshots
### Breadcrumbs
Form component for displaying row page which can be configured remotely

### List
Basecrud list component which can be easily bond with [jsonapi endpoint](https://github.com/ppetzold/nestjs-paginate)

### One
A declarative view builder. Can be used as a dashboard layout engine. Also configurable remotely

### Scaffold
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

### Pickers
Date, Time, One (custom json-templated form) pickers
