{"id":21376398,"url":"https://github.com/morbidick/bootstrap-webcomponents","last_synced_at":"2025-10-27T00:19:15.829Z","repository":{"id":57128086,"uuid":"138319968","full_name":"morbidick/bootstrap-webcomponents","owner":"morbidick","description":"[WiP] Rewrite of bootstrap components as web components.","archived":false,"fork":false,"pushed_at":"2019-02-05T19:51:48.000Z","size":513,"stargazers_count":39,"open_issues_count":4,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-03T17:59:53.959Z","etag":null,"topics":["bootstrap","frontend","lit-element","lit-html","ui","webcomponents"],"latest_commit_sha":null,"homepage":"https://bootstrap.morbi-happens.de/demo/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/morbidick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-22T15:39:31.000Z","updated_at":"2024-05-24T15:07:36.000Z","dependencies_parsed_at":"2022-08-31T18:31:17.630Z","dependency_job_id":null,"html_url":"https://github.com/morbidick/bootstrap-webcomponents","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/morbidick/bootstrap-webcomponents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morbidick%2Fbootstrap-webcomponents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morbidick%2Fbootstrap-webcomponents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morbidick%2Fbootstrap-webcomponents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morbidick%2Fbootstrap-webcomponents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morbidick","download_url":"https://codeload.github.com/morbidick/bootstrap-webcomponents/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morbidick%2Fbootstrap-webcomponents/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265128144,"owners_count":23715621,"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":["bootstrap","frontend","lit-element","lit-html","ui","webcomponents"],"created_at":"2024-11-22T09:15:17.408Z","updated_at":"2025-10-27T00:19:10.793Z","avatar_url":"https://github.com/morbidick.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bootstrap Web Components\n\n[![CircleCI](https://circleci.com/gh/morbidick/bootstrap-webcomponents.svg?style=shield)](https://circleci.com/gh/morbidick/bootstrap-webcomponents)\n[![npm version](https://img.shields.io/npm/v/@morbidick/bootstrap.svg)](https://www.npmjs.com/package/@morbidick/bootstrap)\n[![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@morbidick/bootstrap.svg)](https://bundlephobia.com/result?p=@morbidick/bootstrap)\n\n\u003e ## 🛠 Status: In Development\n\u003e Components get implemented as needed. PRs welcome!\n\nRewrite of bootstrap components as web components. See [the demo](demo/index.html) for all implemented features.\n\n## Motivation\n\nThis isn't just a webcomponents wrapper around the bootstrap css, this aims to be a clean and simple rewrite easily understandable to everyone new to the webcomponents standards.\n\n* No build chain / preprocessors\n* allow easy theming via css custom properties\n* provide a clear api to end users in the form of attributes\n* Use web standards over big libraries where possible (even if that means loosing compatibility eg. dialog element)\n* Provide support to projects to include polyfills and buildsteps for the above points\n\n## Install\n\n```bash\nnpm install @morbidick/bootstrap\n```\n\n## Usage\n\nImport into your module script:\n\n```javascript\nimport { BsButton, BsBadge } from \"@morbidick/bootstrap/elements.js\"\n```\n\nAlternatively, load a bundled version from CDN:\n\n```html\n\u003cscript src=\"https://unpkg.com/@morbidick/bootstrap@latest/dist/elements.bundled.min.js\"\u003e\u003c/script\u003e\n```\n\nUse it in your web page:\n\n```html\n\u003cbs-button href=\"#link\"\u003eClick Me\u003c/bs-button\u003e\n\u003cbs-badge class=\"warning\"\u003ewarning\u003c/bs-badge\u003e\n```\n\n## Development\n\nView the [contributing notes](CONTRIBUTING.md) for instructions and further resources.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorbidick%2Fbootstrap-webcomponents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorbidick%2Fbootstrap-webcomponents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorbidick%2Fbootstrap-webcomponents/lists"}