Input Component

A form element used to collect user-entered values such as text, email, or numbers. Input components often support states, validation, and submission workflows.

Related terms

Related terms

  • Form

    Components

    An interactive element that collects user input through fields like text boxes, dropdowns, and checkboxes. Well-designed forms balance collecting necessary information with respecting user time and effort. Keep forms short, use clear labels, provide helpful validation messages, and consider progressive disclosure for complex forms.

  • Smart Component

    Framer

    An enhanced component with logic, state management, or interactive capabilities beyond static visual properties. Smart components respond to user input, fetch data, or manage complex state. Build smart components with code when visual tools aren’t sufficient.

  • Search Bar

    Components

    An input field where users can search for content within a website, essential for content-heavy sites. Search functionality helps users find specific content quickly without browsing navigation. Implement effective search with relevant results and helpful empty states.

  • Instance

    Components

    A linked copy of a component that inherits properties from its main component while allowing local overrides. Instances update automatically when the main component changes, maintaining consistency at scale. Override specific properties on instances when variations are needed.

  • Interaction to Next Paint (INP)

    Performance

    Interaction to Next Paint (INP) evaluates responsiveness by measuring the delay between a user interaction and the next visual update.

  • Component Properties

    Components

    Component Properties are exposed settings on reusable components that let editors and designers change values like text, states, visibility, or variants.

  • Component-Driven Design

    Components