JsonSchema π
Usage
import { JsonSchema } from '@bluebase/core';
// Then somewhere in your app:
<JsonSchema
filter="content-filter"
args={{ style: { color: 'blue' } }}
schema={{
component: 'Text',
props: {
style: {
color: 'red'
}
},
text: 'This is the page content.',
}} />Properties
Last updated
Was this helpful?