mirror of https://github.com/Budibase/budibase.git
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
{ |
|||
"inherits": "./customComponents/textbox", |
|||
"name": "myTextBox", |
|||
"tags": [], |
|||
"description": "A text input, with a label", |
|||
"props" : { |
|||
"label": "hello" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue