0.9.2 • Published 1 year ago
@bedrockstreaming/form-editor v0.9.2
: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.3-fix-toomuch-calls.0
1 year ago
0.9.3-fix-toomuch-calls.1
1 year ago
0.9.3-fix-toomuch-calls.2
1 year ago
0.9.2
1 year ago
0.9.1-fix-required.0
1 year ago
0.9.1
1 year ago
0.9.0
2 years ago
0.8.5-add-meta-display-required-hint.0
2 years ago
0.8.5-bump-nx.0
3 years ago
0.8.4
3 years ago
0.8.4-testprerelease.1
3 years ago
0.8.4-testprerelease.0
3 years ago
0.8.5-update-nx-13.0
3 years ago
0.8.3
3 years ago
0.8.2
3 years ago
0.8.1
3 years ago
0.8.0
3 years ago
0.7.1
3 years ago
0.7.0
3 years ago
0.6.1
3 years ago
0.6.0
3 years ago
0.5.1
3 years ago
0.5.0
3 years ago
0.4.1
3 years ago
0.4.0
3 years ago
0.3.0
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.1.0
3 years ago