Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 567 Bytes

textbox.md

File metadata and controls

32 lines (25 loc) · 567 Bytes
title
Jaseci Textbox

Summary

A Textbox component will render a container, jsc-textbox, that will a render an textarea element within it's DOM.

Example:

{
	"component": "Textbox",
	"events": {},
	"props": {
		"placeholder": "Biography"
		"fullwidth": "true",
		"value": "Jaseci AI",
	},
	"css": {
		"padding": "0 10px"
	},
}

The code above will render an input with a placeholder of "Biography", it will span the full width of its parent and have its value set to 'Jaseci AI'.

Props

  • placeholder
  • fullwidth
  • value