awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Form Components · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesForm Components

Ready-to-use UI elements specifically designed for capturing and organizing user input.

Explore 2 awesome GitHub repositories matching user interface & experience · Form Components. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Form and Input Management
  4. Form Components

Awesome Form Components GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • twbs/bootstrap

    twbs/bootstrap

    173,988GitHubView on GitHub↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By es

    MDXbootstrapcsscss-framework
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    JavaScript

Explore sub-tags

  • Custom Form ControlsStyled replacements for native browser form inputs that maintain accessibility.
  • Floating LabelsInput labels that transition to a floating position upon user interaction.
  • Form Layout UtilitiesCSS classes and structural patterns for aligning, sizing, and positioning form elements like labels and inputs.
  • Horizontal Form LayoutsLayout patterns that align form labels and input controls side-by-side using grid systems.
Input GroupsComponents that bundle input fields with adjacent text, buttons, or icons for unified form layouts.
  • Radio Button GroupsCollections of mutually exclusive selection inputs bound to a single model value.
  • Range InputsCustom-styled numeric slider components for selecting values within a defined range.
  • Select MenusDropdown selection interfaces allowing users to choose one or more options from a predefined list.
  • Selection SwitchesBinary toggle inputs for boolean state management.