Display "preview" from Form field?

Very new to Filament. I am needing to show a "preview" of the fields. For example, two columns.

  1. Displays name and color input fields
  2. Displays a preview of the name in said color
This is just for example sakes. I understand this all uses Livewire, so what I'm thinking is I create a new form field that basically acts as my preview window... but how specifically would I pass the name/color fields to my preview field?

Thanks so much!
Was this page helpful?