{"id":19076338,"url":"https://github.com/aaronhessler/lucidui","last_synced_at":"2026-04-13T06:02:46.451Z","repository":{"id":222716146,"uuid":"758155136","full_name":"AaronHessler/LucidUi","owner":"AaronHessler","description":"This UI toolkit is a proprietary product of Omikron Industries. It encapsulates the unique visual style that distinguishes all Omikron products.","archived":false,"fork":false,"pushed_at":"2024-02-15T18:21:38.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T16:58:43.292Z","etag":null,"topics":["library","scss","tailwind","ui","vue"],"latest_commit_sha":null,"homepage":"https://omikron.me","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AaronHessler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-02-15T18:21:35.000Z","updated_at":"2024-08-14T18:31:24.000Z","dependencies_parsed_at":"2024-02-15T20:49:18.742Z","dependency_job_id":null,"html_url":"https://github.com/AaronHessler/LucidUi","commit_stats":null,"previous_names":["aaronhessler/lucidui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AaronHessler/LucidUi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronHessler%2FLucidUi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronHessler%2FLucidUi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronHessler%2FLucidUi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronHessler%2FLucidUi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AaronHessler","download_url":"https://codeload.github.com/AaronHessler/LucidUi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronHessler%2FLucidUi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31741541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T05:13:27.074Z","status":"ssl_error","status_checked_at":"2026-04-13T05:13:25.150Z","response_time":93,"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":["library","scss","tailwind","ui","vue"],"created_at":"2024-11-09T01:58:50.893Z","updated_at":"2026-04-13T06:02:46.436Z","avatar_url":"https://github.com/AaronHessler.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lucid Ui ✨\n\nCheckout our [Website](https://omikron.me)\n\n![Lucid v3](./src/assets/thumbnails/LucidCover.png)\n\n---\n\n## How to install\n\n1.  Install the package.\n    ```shell\n    bun i [package name] #pnpm for windows\n    ```\n1.  Install tailwind for vite using [this](https://tailwindcss.com/docs/guides/vite) guide.\n1.  Add the present to your [tailwind.config.js]()\n    ```javascript\n    /** @type {import('tailwindcss').Config} \\*/\n    export default {\n    content: ['./index.html', './src/**/\\*.'],\n    ...\n        presents: [require('lucidui/tailwind')]\n    ...\n    ```\n1.  Install sass(=scss).\n    ```shell\n    bun i sass-loader sass #pnpm for windows\n    ```\n1.  Add the styles to your global css file.\n    ```css\n    @import 'lucidui/styles';\n    ```\n\n## About\n\nThis UI toolkit is a proprietary product of Omikron Industries. It encapsulates the unique visual style that distinguishes all Omikron products. Designed with precision and a keen eye for aesthetics, this toolkit serves as the cornerstone for the user interface across our product range.\n\nOur toolkit is not just about looks - it's about creating a consistent and engaging user experience. It ensures that all Omikron products have a uniform look and feel, promoting usability and enhancing user interaction.\n\nBuilt by Omikron, for Omikron, this toolkit is a testament to our commitment to quality, consistency, and user-centric design.\n\n## Notes\n\n- Please note that this software is meant for internal use only.\n\n---\n\n## MIT License\n\n### ©️ 2024 Omikron Industries.\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 all\ncopies 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 THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronhessler%2Flucidui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronhessler%2Flucidui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronhessler%2Flucidui/lists"}