{"id":21424474,"url":"https://github.com/jinjor/elm-inline-hover","last_synced_at":"2025-03-16T20:42:52.060Z","repository":{"id":57675139,"uuid":"61807576","full_name":"jinjor/elm-inline-hover","owner":"jinjor","description":"An utility for using :hover by inline style","archived":false,"fork":false,"pushed_at":"2018-05-26T07:36:37.000Z","size":9,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T07:14:13.622Z","etag":null,"topics":["elm","elm-inline-hover","hover","ui"],"latest_commit_sha":null,"homepage":"http://package.elm-lang.org/packages/jinjor/elm-inline-hover/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/jinjor.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-06-23T13:32:42.000Z","updated_at":"2018-05-26T07:36:38.000Z","dependencies_parsed_at":"2022-09-02T17:08:58.284Z","dependency_job_id":null,"html_url":"https://github.com/jinjor/elm-inline-hover","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Felm-inline-hover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Felm-inline-hover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Felm-inline-hover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Felm-inline-hover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinjor","download_url":"https://codeload.github.com/jinjor/elm-inline-hover/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243933374,"owners_count":20370988,"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":["elm","elm-inline-hover","hover","ui"],"created_at":"2024-11-22T21:22:31.030Z","updated_at":"2025-03-16T20:42:52.037Z","avatar_url":"https://github.com/jinjor.png","language":"Elm","readme":"# DEPRECATED\n\nThis library is only available for Elm 0.18 or less.\n\nI'm not going to port this library for 0.19 for some reasons.\n\n- The implementation used in this library is not allowed in 0.19 world.\n- This is a kind of hack! (not good for Elm ecosystem in the long run)\n- I'm not using this now, just using CSS.\n\n# elm-inline-hover\n\n[![Build Status](https://travis-ci.org/jinjor/elm-inline-hover.svg)](https://travis-ci.org/jinjor/elm-inline-hover)\n\nAn utility for using :hover by inline style.\n\n\n## How to use\n\nJust insert `hover [(\"whatever\", \"styles\"), (\"you\", \"like\")]` before Html nodes.\n\n```elm\nimport InlineHover exposing(hover)\n\nmain =\n  ul []\n    [ hover styles li [] [ text \"Hello\" ]\n    , hover styles li [] [ text \"World\" ]\n    ]\n\nstyles =\n  [(\"background\", \"#abd\")]\n```\n\nThat's it!\n\n\n## License\n\nBSD3\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinjor%2Felm-inline-hover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinjor%2Felm-inline-hover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinjor%2Felm-inline-hover/lists"}