0.9.1 • Published 4 months ago

@bedrockstreaming/form-editor v0.9.1

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

:writing_hand: form-editor

:construction: WIP :construction:

This utility package helps to create and edit your form-builder schemas.

:building_construction: Install

npm install @bedrockstreaming/form-editor

:rocket: Usage

import { FormEditor } from '@bedrockstreaming/form-editor';

// NOTE: Those are optionals
import { schema } from './path_to/schema';
import { dictionary } from './path_to/dictionary';
import { extraValidation } from './path_to/extraValidation';

const SomePage = () => {
  return (
    <div>
      <FormEditor
        schema={schema}
        dictionary={dictionary}
        extraValidation={extraValidation}
      />
    </div>
  );
};

Examples

For real-world usage, see the demo app.

Contributing

Running unit tests

Run nx test form-editor to execute the unit tests via Jest.

0.9.1

4 months ago

0.9.0

4 months ago

0.8.5-bump-nx.0

1 year ago

0.8.4

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago