GitHub

Plain Text Editor

llms.txt

Example

Usage

		
<script lang="ts">
	import { PlainTextEditor } from '@foxui/text';

	let content = $state('');
</script>

<PlainTextEditor bind:content placeholder="Write something..." />

API Reference

PlainTextEditor

A plain text editor powered by TipTap, with optional single-line mode.

Property
content
placeholder
allowMultiline
editor
onupdate
ontransaction
class
ref