{"id":20004386,"url":"https://github.com/lenards/elm-ui-patternfly","last_synced_at":"2025-05-04T16:32:26.086Z","repository":{"id":62418740,"uuid":"323210569","full_name":"lenards/elm-ui-patternfly","owner":"lenards","description":"An exploration of defining Pattern Fly design in elm-ui","archived":false,"fork":false,"pushed_at":"2022-04-30T19:50:18.000Z","size":227,"stargazers_count":7,"open_issues_count":6,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-11T15:19:58.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/lenards.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":"2020-12-21T02:28:27.000Z","updated_at":"2022-04-13T02:31:26.000Z","dependencies_parsed_at":"2022-11-01T16:47:25.201Z","dependency_job_id":null,"html_url":"https://github.com/lenards/elm-ui-patternfly","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenards%2Felm-ui-patternfly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenards%2Felm-ui-patternfly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenards%2Felm-ui-patternfly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenards%2Felm-ui-patternfly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lenards","download_url":"https://codeload.github.com/lenards/elm-ui-patternfly/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224398739,"owners_count":17304642,"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":[],"created_at":"2024-11-13T05:29:37.079Z","updated_at":"2024-11-13T05:29:37.799Z","avatar_url":"https://github.com/lenards.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PF4\n\n## About\nThis is an exploration of the [PatternFly](https://www.patternfly.org/v4/) design system in [`elm-ui`](https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/).\n\n## PatternFly Components\n\n_Built with `elm-ui` and the Builder Pattern_.\n\n### Installation\n\n```\nelm install lenards/elm-ui-patternfly\n```\n\n:memo: - thanks for you interest; please note this is a package in _**early**_ developement.\n\n### Status\n\nThis is a singular effort without official support. Though the version of this package is \u003e1.0.0, this is a _very \"alpha\"_ offering at this time. Your patience \u0026 interest are appreciated. If you have ideas, feedback, or overall comments, please consider filing [_an issue_](https://github.com/lenards/elm-ui-patternfly/issues)\n\nDocumentation is in a _nascent_ and incomplete form - my advance \u0026 abject apologies.\n\n### Materials\n\nAs the exploration \"sets out\", the following materials have been \"of use.\"\n\nThank you to their creators :bow:\n\nLinks:\n  - https://www.patternfly.org/v4/components/\n  - https://github.com/dwyl/learn-elm/issues/141\n    - https://youtu.be/PDyWP-0H4Zo\n  - https://www.elm.christmas/2020/18\n    - _(thanks to Bekk for this series)_\n  - http://sporto.github.io/elm-patterns/advanced/pipeline-builder.html\n\nBook(s):\n  - https://korban.net/elm/elm-ui-guide/\n    - Patterns: https://korban.net/elm/elm-ui-patterns/\n    - Related: https://korban.net/elm/catalog/packages/ui/elm-ui\n\nBonus:\n  - https://dev.to/lucamug/elm-beginners-tutorial-how-to-make-animated-snackbars-with-zero-css-12g1\n  - https://korban.net/posts/elm/2020-04-07-using-elm-animator-with-elm-ui/\n\n## Developing\n\nGuidance on contributing will be forthcoming by mid-September 2021. It will be heavily inspired by the [`CONTRIBUTING.md`](https://github.com/ianmackenzie/elm-geometry/blob/master/CONTRIBUTING.md) provided in Ian Mackenzie's `elm-geometry` package.\n\n## Examples\n\nGiven how _far down_ in the README this appears - I hope you might understand that the \"Examples\" are not in a particularly \"robust\" form at this time.\n\nThis repository recently shifted from being a _\"kicking the trees\"_ endeavor to an actual package (or library). In doing that, I'm trying to find ways of demonstrating the PF4 components in a way to see if they're usage, helpful, and fit their intended purpose. It's in the middle of becoming a library with an Elm Book sample application.\n\n\nThere is a \"lofi\" example that will morph into \"A PF4 Guide in PF4\" (or, a PF4 implementation design guide on the PF4 components) and the beginnings of an [ElmBook](https://github.com/dtwrks/elm-book). Of the two examples, the ElmBook one has the least effort invested at the moment.\n\nEach example started as [Create Elm App](https://github.com/halfzebra/create-elm-app). Though they are (currently) `elm reactor` compatible, I am developing them using `elm-app` commands. As PF4 components are more _\"flesh out\"_, there will be [Ellie](https://ellie-app.com/) examples since I think that's is likely a better manner for getting feedback about them.\n\n\nYou can find the default information provided by `Create Elm App` in the [**Examples**](https://github.com/lenards/elm-ui-patternfly/tree/main/examples) below.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenards%2Felm-ui-patternfly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flenards%2Felm-ui-patternfly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenards%2Felm-ui-patternfly/lists"}