{"id":17084677,"url":"https://github.com/karasiq/scalajs-bootstrap","last_synced_at":"2025-04-11T13:10:14.209Z","repository":{"id":45105934,"uuid":"50197629","full_name":"Karasiq/scalajs-bootstrap","owner":"Karasiq","description":"Scala.js bootstrap components","archived":false,"fork":false,"pushed_at":"2024-08-21T16:29:31.000Z","size":2925,"stargazers_count":61,"open_issues_count":14,"forks_count":19,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-25T09:21:38.842Z","etag":null,"topics":["bootstrap","components","dom","html5","javascript","reactive","scala","scalajs","scalatags","single-page-app","web-app"],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/Karasiq.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-01-22T17:51:25.000Z","updated_at":"2024-01-12T18:07:03.000Z","dependencies_parsed_at":"2024-11-07T16:10:43.361Z","dependency_job_id":null,"html_url":"https://github.com/Karasiq/scalajs-bootstrap","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karasiq%2Fscalajs-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karasiq%2Fscalajs-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karasiq%2Fscalajs-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karasiq%2Fscalajs-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Karasiq","download_url":"https://codeload.github.com/Karasiq/scalajs-bootstrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248404995,"owners_count":21097870,"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","components","dom","html5","javascript","reactive","scala","scalajs","scalatags","single-page-app","web-app"],"created_at":"2024-10-14T13:09:17.639Z","updated_at":"2025-04-11T13:10:14.190Z","avatar_url":"https://github.com/Karasiq.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scalajs-bootstrap [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.3.svg)](http://scala-js.org) [![Scala.js](http://scala-js.org/assets/badges/scalajs-1.8.0.svg)](http://scala-js.org) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.karasiq/scalajs-bootstrap_sjs1_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.karasiq/scalajs-bootstrap_sjs1_2.13)\nReactive [Scala.js](http://www.scala-js.org/) [bootstrap](https://getbootstrap.com/) components\n\n# How to use\nAdd line to your `build.sbt` (also requires `bootstrap.css` and `bootstrap.js` at runtime):\n```scala\n// Bootstrap 3\nlibraryDependencies += \"com.github.karasiq\" %%% \"scalajs-bootstrap\" % \"%version%\"\n\n// Bootstrap 4\nlibraryDependencies += \"com.github.karasiq\" %%% \"scalajs-bootstrap-v4\" % \"%version%\"\n```\n\nImport bootstrap context:\n```scala\nimport com.karasiq.bootstrap.Bootstrap.default._, scalaTags.all._ \n```\n\n# Examples\n* Separate bootstrap examples project: https://github.com/dportabella/scalajs-bootstrap4-examples\n* [Project test page](https://github.com/Karasiq/scalajs-bootstrap/tree/master/test/frontend/src/main/scala/com/karasiq/bootstrap/test/frontend) \n  * Use https://karasiq.github.io/scalajs-bootstrap/ (https://karasiq.github.io/scalajs-bootstrap/index-v4)\n  * Or run server with `sbt testServer/run`, then open http://127.0.0.1:9000 in your browser\n\n# License\nThe MIT License (MIT)\n\nCopyright (c) 2016 Karasiq\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarasiq%2Fscalajs-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarasiq%2Fscalajs-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarasiq%2Fscalajs-bootstrap/lists"}