{"id":23400324,"url":"https://github.com/vbop9834/elm-bootstrapify","last_synced_at":"2025-12-11T20:57:57.686Z","repository":{"id":62418220,"uuid":"63962880","full_name":"vbop9834/elm-bootstrapify","owner":"vbop9834","description":"A collection of functions to use the bootstrap theme in elm html","archived":false,"fork":false,"pushed_at":"2018-09-24T16:31:15.000Z","size":40,"stargazers_count":9,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-01T00:19:35.661Z","etag":null,"topics":["bootstrap","elm","elm-bootstrapify","elm-html"],"latest_commit_sha":null,"homepage":"http://package.elm-lang.org/packages/JeremyBellows/elm-bootstrapify/latest/","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vbop9834.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}},"created_at":"2016-07-22T15:14:18.000Z","updated_at":"2021-11-11T15:48:29.000Z","dependencies_parsed_at":"2022-11-01T16:47:15.293Z","dependency_job_id":null,"html_url":"https://github.com/vbop9834/elm-bootstrapify","commit_stats":null,"previous_names":["jeremybellows/elm-bootstrapify"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/vbop9834/elm-bootstrapify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbop9834%2Felm-bootstrapify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbop9834%2Felm-bootstrapify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbop9834%2Felm-bootstrapify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbop9834%2Felm-bootstrapify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vbop9834","download_url":"https://codeload.github.com/vbop9834/elm-bootstrapify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbop9834%2Felm-bootstrapify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262969887,"owners_count":23392530,"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","elm","elm-bootstrapify","elm-html"],"created_at":"2024-12-22T10:28:17.569Z","updated_at":"2025-12-11T20:57:52.600Z","avatar_url":"https://github.com/vbop9834.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# elm-bootstrapify\nSupports Bootstrap 3 and Elm 0.19\n## Compatibility\nVersion 9.0.1 of elm-bootstrapify has not been tested with versions \u003c Elm 0.19. If you have issues please open an issue on Github. If things are going smoothly with backwards compatibility, please open an issue with your versions and experience so I can update the Readme. Thank you!\n### Previous Versions are available\nelm-bootstrapify \u003c= 9.0.0 is compatible with previous version of elm. Please check the commit history for the corresponding versions.\n## Purpose\nElm-bootstrapify aims to elminate bootstrap styling rendering errors using precise type safety techniques.\n## Installation\nIn the project directory type\n\n```\nelm package install JeremyBellows/elm-bootstrapify\n```\n\n## Example\n```\nmodule ExampleView exposing (..)\n\nimport Bootstrap.Grid exposing (..)\nimport Bootstrap.Wells exposing (..)\n\nimport Html\n\nlet view =\n  containerFluid\n   [\n    row\n     [\n      column [ ExtraSmall Two, Small Two, Medium Four, Large Four ] [],\n      column [ ExtraSmall Ten, Small Ten, Medium Eight, Large Eight ]\n       [\n        well WellLarge []\n         [\n          Html.h1 []\n           [\n            Html.text \"Hello World!\"\n           ]\n         ]\n       ]\n     ]\n   ]\n```\n## Updating\n### Disclaimer\nThis library is still in development so the types and names of functions may change. Always be sure to perform a diff before upgrading!\n### Process\nBefore updating, it is recommended to perform a diff of the version you are attempting to merge and the version that is depended on.\n\nNavigate to root directory of your project and type\n```\nelm-package diff JeremyBellows/elm-bootstrapify 2.0.1 9.0.1\n```\n\nBe sure to replace 2.0.1 with the version of elm-bootstrapify that is depended on.\nReplace 9.0.1 with the version of elm-bootstrapify that you want to use.\n\nIf the diff is desirable, then change the version number of elm-bootrapify in `elm-package.json`.\n\nIt should look like\n```\n\"JeremyBellows/elm-bootstrapify\": \"9.0.0 \u003c= v \u003c 10.0.0\",\n```\n\nExecute the following command\n```\nelm package install JeremyBellows/elm-bootstrapify\n```\n\n[For further reading, click here to be taken to the elm-package documentation.](https://github.com/elm-lang/elm-package#updating-dependencies)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbop9834%2Felm-bootstrapify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvbop9834%2Felm-bootstrapify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbop9834%2Felm-bootstrapify/lists"}