{"id":31759766,"url":"https://github.com/dylhack/lycan_ui","last_synced_at":"2026-02-17T06:02:41.154Z","repository":{"id":265752417,"uuid":"806266987","full_name":"dylhack/lycan_ui","owner":"dylhack","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-26T20:34:23.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-01T13:54:57.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"MSILycanthropy/lycan_ui","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dylhack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-26T20:33:08.000Z","updated_at":"2024-05-26T20:33:08.000Z","dependencies_parsed_at":"2025-10-09T21:18:01.645Z","dependency_job_id":null,"html_url":"https://github.com/dylhack/lycan_ui","commit_stats":null,"previous_names":["dylhack/lycan_ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dylhack/lycan_ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhack%2Flycan_ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhack%2Flycan_ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhack%2Flycan_ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhack%2Flycan_ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylhack","download_url":"https://codeload.github.com/dylhack/lycan_ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhack%2Flycan_ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29535934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-10-09T21:17:14.676Z","updated_at":"2026-02-17T06:02:41.146Z","avatar_url":"https://github.com/dylhack.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# LycanUi\n\nThe name of this is tentative. Not really too sure what to call it yet.\n\n## What is this?\n\nRails is in _dire_ need of UI frameworks. The JS ecosystem has all these _awesome_ UI frameworks that make building beautiful\nUIs a breeze. But, Rails is missing that, and it's a pain. LycanUi serves to fill that gap.\n\nLycanUi is a collection of UI components that can be easily added to your Rails app, either by copy and pasting the code, or by using a generator.\n\n## Copy and Paste? What?\n\nYep, copy and paste. Inspired by [shadcn/ui](https://ui.shadcn.com/docs), LycanUi just gives you the code.\n\nThe worst part about interacting with any UI framework is when you need to customize their designs or funcitonality.\nIf you need to do something that is outside what the component was originally designed for, you normally.. just can't.\nNot to mention overriding their provided CSS is normally hellish.\n\nLycanUi provides sensible defaults for styles and functionality, that way you get something that works and follows accessibility guidelines.\n\nStart with the default functionality and styling, and then when you need to expand or change anything, you can.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"lycan_ui\", group: :development\n```\n\nAnd then execute:\n\n```bash\n$ bundle\n```\n\nNow to make sure your app is set up for use, run\n\n```bash\n$ rails generate lycan_ui:setup\n```\n\n## Usage\n\nSay you want to install the `Button` component. You can do so by running the following command:\n\n```bash\n$ rails generate lycan_ui:add button\n```\n\nYou'll now see some things in `components/button.rb`, you can now use that component in _any_ view or helper like so\n\n```erb\n\u003c%= render Button.new %\u003e\n```\n\n## Contributing\n\n#### TODO: Add contributing guidelines\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylhack%2Flycan_ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylhack%2Flycan_ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylhack%2Flycan_ui/lists"}