We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3cb85 commit b7c4c95Copy full SHA for b7c4c95
apps/builder/app/canvas/canvas.tsx
@@ -245,6 +245,14 @@ export const Canvas = () => {
245
Object.entries(baseComponentPropsMetas).map(
246
([component, propsMeta]) => {
247
const globalProps: Record<string, PropMeta> = {
248
+ componentName: {
249
+ type: "string",
250
+ control: "text",
251
+ required: false,
252
+ description:
253
+ "Define a component boundary with a “pascal case” name like MyComponent.",
254
+ maxRows: 1,
255
+ },
256
comment: {
257
type: "string",
258
control: "text",
0 commit comments