{"id":24364189,"url":"https://github.com/mdbootstrap/bootstrap-address-form","last_synced_at":"2025-08-03T16:37:42.174Z","repository":{"id":66086811,"uuid":"395266488","full_name":"mdbootstrap/bootstrap-address-form","owner":"mdbootstrap","description":"Responsive Address Form with Bootstrap 5. Templates include basic examples, use of cards, use of photos \u0026 more.","archived":false,"fork":false,"pushed_at":"2022-01-28T08:53:48.000Z","size":979,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-25T14:40:34.684Z","etag":null,"topics":["address","address-forms","bootstrap","bootstrap-forms","bootstrap-responsive","bootstrap5","card-form","form","responsive"],"latest_commit_sha":null,"homepage":"https://mdbootstrap.com/docs/standard/extended/bootstrap-address-form/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdbootstrap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.pdf","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-12T09:33:59.000Z","updated_at":"2023-12-23T14:02:49.000Z","dependencies_parsed_at":"2023-07-16T05:15:42.053Z","dependency_job_id":null,"html_url":"https://github.com/mdbootstrap/bootstrap-address-form","commit_stats":{"total_commits":6,"total_committers":3,"mean_commits":2.0,"dds":0.5,"last_synced_commit":"7690fb9a022a60b68731e6b84502df202a7a3552"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbootstrap%2Fbootstrap-address-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbootstrap%2Fbootstrap-address-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbootstrap%2Fbootstrap-address-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbootstrap%2Fbootstrap-address-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdbootstrap","download_url":"https://codeload.github.com/mdbootstrap/bootstrap-address-form/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248215275,"owners_count":21066622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["address","address-forms","bootstrap","bootstrap-forms","bootstrap-responsive","bootstrap5","card-form","form","responsive"],"created_at":"2025-01-18T23:51:24.916Z","updated_at":"2025-04-10T12:01:32.453Z","avatar_url":"https://github.com/mdbootstrap.png","language":"JavaScript","readme":"\nResponsive Address Form with Bootstrap 5. Templates include basic examples, use of cards, use of photos \u0026 more.\n\nCheck out [Bootstrap Address Form Documentation](https://mdbootstrap.com/docs/standard/extended/bootstrap-address-form/) for detailed instructions \u0026 even more examples.\n\n## Basic example\n\n![Bootstrap 5 Address Form](https://mdbootstrap.com/img/Marketing/github/address-form/basic.png)\n\n```html\n\u003cdiv class=\"row\"\u003e\n  \u003cdiv class=\"col-md-8 mb-4\"\u003e\n    \u003cdiv class=\"card mb-4\"\u003e\n      \u003cdiv class=\"card-header py-3\"\u003e\n        \u003ch5 class=\"mb-0\"\u003eBiling details\u003c/h5\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"card-body\"\u003e\n        \u003cform\u003e\n          \u003c!-- 2 column grid layout with text inputs for the first and last names --\u003e\n          \u003cdiv class=\"row mb-4\"\u003e\n            \u003cdiv class=\"col\"\u003e\n              \u003cdiv class=\"form-outline\"\u003e\n                \u003cinput type=\"text\" id=\"form7Example1\" class=\"form-control\" /\u003e\n                \u003clabel class=\"form-label\" for=\"form7Example1\"\u003eFirst name\u003c/label\u003e\n              \u003c/div\u003e\n            \u003c/div\u003e\n            \u003cdiv class=\"col\"\u003e\n              \u003cdiv class=\"form-outline\"\u003e\n                \u003cinput type=\"text\" id=\"form7Example2\" class=\"form-control\" /\u003e\n                \u003clabel class=\"form-label\" for=\"form7Example2\"\u003eLast name\u003c/label\u003e\n              \u003c/div\u003e\n            \u003c/div\u003e\n          \u003c/div\u003e\n\n          \u003c!-- Text input --\u003e\n          \u003cdiv class=\"form-outline mb-4\"\u003e\n            \u003cinput type=\"text\" id=\"form7Example3\" class=\"form-control\" /\u003e\n            \u003clabel class=\"form-label\" for=\"form7Example3\"\u003eCompany name\u003c/label\u003e\n          \u003c/div\u003e\n\n          \u003c!-- Text input --\u003e\n          \u003cdiv class=\"form-outline mb-4\"\u003e\n            \u003cinput type=\"text\" id=\"form7Example4\" class=\"form-control\" /\u003e\n            \u003clabel class=\"form-label\" for=\"form7Example4\"\u003eAddress\u003c/label\u003e\n          \u003c/div\u003e\n\n          \u003c!-- Email input --\u003e\n          \u003cdiv class=\"form-outline mb-4\"\u003e\n            \u003cinput type=\"email\" id=\"form7Example5\" class=\"form-control\" /\u003e\n            \u003clabel class=\"form-label\" for=\"form7Example5\"\u003eEmail\u003c/label\u003e\n          \u003c/div\u003e\n\n          \u003c!-- Number input --\u003e\n          \u003cdiv class=\"form-outline mb-4\"\u003e\n            \u003cinput type=\"number\" id=\"form7Example6\" class=\"form-control\" /\u003e\n            \u003clabel class=\"form-label\" for=\"form7Example6\"\u003ePhone\u003c/label\u003e\n          \u003c/div\u003e\n\n          \u003c!-- Message input --\u003e\n          \u003cdiv class=\"form-outline mb-4\"\u003e\n            \u003ctextarea class=\"form-control\" id=\"form7Example7\" rows=\"4\"\u003e\u003c/textarea\u003e\n            \u003clabel class=\"form-label\" for=\"form7Example7\"\u003eAdditional information\u003c/label\u003e\n          \u003c/div\u003e\n\n          \u003c!-- Checkbox --\u003e\n          \u003cdiv class=\"form-check d-flex justify-content-center mb-2\"\u003e\n            \u003cinput class=\"form-check-input me-2\" type=\"checkbox\" value=\"\" id=\"form7Example8\"\n              checked /\u003e\n            \u003clabel class=\"form-check-label\" for=\"form7Example8\"\u003e\n              Create an account?\n            \u003c/label\u003e\n          \u003c/div\u003e\n        \u003c/form\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003cdiv class=\"col-md-4 mb-4\"\u003e\n    \u003cdiv class=\"card mb-4\"\u003e\n      \u003cdiv class=\"card-header py-3\"\u003e\n        \u003ch5 class=\"mb-0\"\u003eSummary\u003c/h5\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"card-body\"\u003e\n        \u003cul class=\"list-group list-group-flush\"\u003e\n          \u003cli\n            class=\"list-group-item d-flex justify-content-between align-items-center border-0 px-0 pb-0\"\u003e\n            Products\n            \u003cspan\u003e$53.98\u003c/span\u003e\n          \u003c/li\u003e\n          \u003cli class=\"list-group-item d-flex justify-content-between align-items-center px-0\"\u003e\n            Shipping\n            \u003cspan\u003eGratis\u003c/span\u003e\n          \u003c/li\u003e\n          \u003cli\n            class=\"list-group-item d-flex justify-content-between align-items-center border-0 px-0 mb-3\"\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eTotal amount\u003c/strong\u003e\n              \u003cstrong\u003e\n                \u003cp class=\"mb-0\"\u003e(including VAT)\u003c/p\u003e\n              \u003c/strong\u003e\n            \u003c/div\u003e\n            \u003cspan\u003e\u003cstrong\u003e$53.98\u003c/strong\u003e\u003c/span\u003e\n          \u003c/li\u003e\n        \u003c/ul\u003e\n\n        \u003cbutton type=\"button\" class=\"btn btn-primary btn-lg btn-block\"\u003e\n          Make purchase\n        \u003c/button\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\n## How to use?\n\n1. Download MDB 5 - free UI KIT\n\n2. Choose your favourite customized component and click on the image\n\n3. Copy \u0026 paste the code into your MDB project\n\n[▶️ Subscribe to YouTube channel for web development tutorials \u0026 resources](https://www.youtube.com/MDBootstrap?sub_confirmation=1)\n\n## More examples\n\n[Bootstrap Delivery address form card:\n![Bootstrap 5 Address Form](https://mdbootstrap.com/img/Marketing/github/address-form/section-2.png)](https://mdbootstrap.com/docs/standard/extended/bootstrap-address-form/#address-form-card)\n\n[Bootstrap Advanced address form:\n![Bootstrap 5 Address Form](https://mdbootstrap.com/img/Marketing/github/address-form/section-3.png)](https://mdbootstrap.com/docs/standard/extended/bootstrap-address-form/#advanced-address-form)\n\n[Bootstrap Address form with image:\n![Bootstrap 5 Address Form](https://mdbootstrap.com/img/Marketing/github/address-form/section-4.png)](https://mdbootstrap.com/docs/standard/extended/bootstrap-address-form/#address-form-image)\n\n___\n\n## More extended Bootstrap documentation\n\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/bootstrap-address-form/\"\u003eBootstrap Address Form\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/avatar/\"\u003eBootstrap Avatar\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/back-to-top/\"\u003eBootstrap Back To Top Button\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/carousel-with-thumbnails/\"\u003eBootstrap Carousel Slider with Thumbnails\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/chat/\"\u003eBootstrap Chat\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/code/\"\u003eBootstrap Code Blocks\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/comments/\"\u003eBootstrap Comments\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/bootstrap-comparison-table/\"\u003eBootstrap Comparison Table\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/credit-card/\"\u003eBootstrap Credit Card Form\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/drawer/\"\u003eBootstrap Drawer\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/dropdown-multilevel/\"\u003eBootstrap Nested Dropdown\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/faq/\"\u003eBootstrap FAQ component / section\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/gallery/\"\u003eBootstrap Gallery\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/hamburger-menu/\"\u003eBootstrap Hamburger Menu\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/bootstrap-invoice/\"\u003eBootstrap Invoice\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/jumbotron/\"\u003eBootstrap Jumbotron\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/login/\"\u003eBootstrap Login Form\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/maps/\"\u003eBootstrap Maps\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/media-object/\"\u003eBootstrap Media Object\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/mega-menu/\"\u003eBootstrap Mega Menu\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/multiselect/\"\u003eBootstrap Multiselect\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/news-feed/\"\u003eBootstrap News Feed\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/offcanvas/\"\u003eBootstrap Offcanvas\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/order-details/\"\u003eBootstrap Order Details\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/page-transitions/\"\u003eBootstrap Page Transitions\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/payment-forms/\"\u003eBootstrap Payment Forms\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/product-cards/\"\u003eBootstrap Product Cards\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/profiles/\"\u003eBootstrap Profiles\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/quotes/\"\u003eBootstrap Quotes\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/registration/\"\u003eBootstrap Registration Form\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/search-expanding/\"\u003eBootstrap Expanding Search Bar\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/shopping-carts/\"\u003eBootstrap Shopping Carts\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/side-navbar/\"\u003eBootstrap Side Navbar\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/sidebar/\"\u003eBootstrap Sidebar\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/social-media/\"\u003eBootstrap Social Media Icons \u0026 Buttons\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/square-buttons/\"\u003eBootstrap Square Buttons\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/bootstrap-survey-form/\"\u003eBootstrap Survey Form\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/testimonial-slider/\"\u003eBootstrap Testimonial Slider\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/testimonials/\"\u003eBootstrap Testimonials\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/textarea/\"\u003eBootstrap Textarea\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/timeline/\"\u003eBootstrap Timeline\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/to-do-list/\"\u003eBootstrap To Do List\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/video-carousel/\"\u003eBootstrap Video Carousel / Gallery\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/weather/\"\u003eBootstrap Weather\u003c/a\u003e\u003c/li\u003e  \n\u003c/ul\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdbootstrap%2Fbootstrap-address-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdbootstrap%2Fbootstrap-address-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdbootstrap%2Fbootstrap-address-form/lists"}