Frame colors

Use the `editor.showFrameColors" editor option to display colored fills and headings on frame shapes.

import { FrameShapeUtil, Tldraw } from 'tldraw'
import 'tldraw/tldraw.css'

const ConfiguredFrameShapeUtil = FrameShapeUtil.configure({ showColors: true })

export default function FrameColorsExample() {
	return (
		<>
			<div className="tldraw__editor">
				<Tldraw persistenceKey="example" shapeUtils={[ConfiguredFrameShapeUtil]}></Tldraw>
			</div>
		</>
	)
}
Is this page helpful?
Prev
Editor focus
Next
Indicators logic