0.33.8 • Published 25 days ago

@sagold/rje-widgets v0.33.8

Weekly downloads
-
License
MIT
Repository
-
Last release
25 days ago

Simple and extensible React component capable of using JSON Schema to declaratively build and customize user forms.

install

yarn add @sagold/rje-widgets

Npm package version Types

This library of components and widgets comes unstyled, but different css files can be combined to add basic styling or a full dark and light theme.

import { JsonForm, widgets } from '@sagold/rje-widgets';
import '@sagold/rje-widgets/dist/styles.css';

function MyForm({ schema, data }) {
  return (
    <JsonForm
      widgets={widgets}
      schema={schema}
      data={data}
      onChange={(data) => {
        console.log('data', data);
      }}
    />
  );
}
0.33.8

25 days ago

0.33.7

1 month ago

0.33.6

2 months ago

0.33.4

2 months ago

0.33.3

2 months ago

0.33.2

2 months ago

0.33.1

2 months ago

0.33.0

2 months ago

0.32.5

2 months ago

0.32.4

2 months ago

0.32.3

2 months ago

0.32.2

2 months ago

0.32.1

2 months ago

0.32.0

2 months ago

0.31.2

2 months ago

0.31.1

2 months ago

0.31.0

2 months ago

0.30.5

2 months ago

0.30.4

2 months ago

0.30.3

2 months ago

0.30.2

2 months ago

0.30.1

7 months ago

0.30.0

8 months ago

0.29.0

9 months ago

0.26.3

10 months ago

0.27.2

10 months ago

0.28.0

9 months ago

0.27.1

10 months ago

0.27.0

10 months ago

0.27.7

10 months ago

0.27.6

10 months ago

0.27.5

10 months ago

0.29.2

9 months ago

0.27.4

10 months ago

0.29.1

9 months ago

0.27.3

10 months ago

0.26.2

1 year ago

0.26.1

1 year ago

0.26.0

1 year ago

0.25.0

1 year ago

0.24.0

1 year ago

0.23.0

1 year ago