react-typer-form
v0.0.91
Published
An atomic form solution for both no-coders and coders. Available on Figma, Framer, and React, Typer provides a variety of tools to build forms more easily.
Downloads
245
Readme
Typer
An atomic form solution for both no-coders and coders. Available on Figma, Framer, and React, Typer provides a variety of tools to build forms more easily.
React
- Published under the
react-typer-formpackage. - Support the
populateattribute. The field will auto-populate from the URL parameter of the same name.
<input name="example" populate>- Support the
rememberattribute. The field will store the value locally and will retrieve it during the next visit of the user.
<input name="example" remember>Figma
- Published under the
typer-figmapackage. - Packaged without dependencies or peer dependencies.
Framer
Published under the
typer-framerpackage.Imported using
?external=react,react-domor prefix*When importing the component in Framer, make sure to exclude
reactandreact-domto avoid duplicating the React instance by using:https://esm.sh/*typer-framer@latest
