Reka Ui/SearchTerm Props Of Root To Input'S V Model

/icons/calendar.svg

Last update

Sep 10, 2024

Replace searchTerm props of Root to Input's v-model.

Example

Before

< template >
<
CheckboxRoot v - model: checked = 'value' / >
<
/template>;

After

< template >
<
CheckboxRoot v - model = 'value' / >
<
/template>;

Build custom codemods

Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community

background illustrationGet Started Now