{"id":38499843,"url":"https://github.com/rdkcentral/solid-ui","last_synced_at":"2026-01-17T05:59:04.148Z","repository":{"id":248725812,"uuid":"811563855","full_name":"rdkcentral/solid-ui","owner":"rdkcentral","description":"A suite of UI components for the SolidJS Lightning framework","archived":false,"fork":false,"pushed_at":"2025-09-25T17:01:12.000Z","size":6252,"stargazers_count":12,"open_issues_count":2,"forks_count":2,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-09-25T19:10:47.138Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rdkcentral.github.io/solid-ui/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdkcentral.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","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":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-06T21:01:20.000Z","updated_at":"2025-06-30T15:02:12.000Z","dependencies_parsed_at":"2024-09-17T01:25:00.988Z","dependency_job_id":"359b60d7-3b61-4cee-bdb5-5831e62c0904","html_url":"https://github.com/rdkcentral/solid-ui","commit_stats":null,"previous_names":["rdkcentral/solid-ui"],"tags_count":131,"template":false,"template_full_name":null,"purl":"pkg:github/rdkcentral/solid-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Fsolid-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Fsolid-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Fsolid-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Fsolid-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdkcentral","download_url":"https://codeload.github.com/rdkcentral/solid-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Fsolid-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28501351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"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":"2026-01-17T05:59:04.084Z","updated_at":"2026-01-17T05:59:04.139Z","avatar_url":"https://github.com/rdkcentral.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solid UI\n\n⚠️ This repo is no longer actively maintained. These components are not being updated to work with the latest versions of `@lightningtv/solid`, though feel free to use them as a reference. ⚠️\n\nThis library contains a suite of [themeable](THEMING.md) UI components written for the [SolidJS Lightning](https://github.com/lightning-tv/solid) Framework. check them out in our [storybook docs](https://rdkcentral.github.io/solid-ui/).\n\n[![npm version](https://img.shields.io/npm/v/@lightningtv%2Fsolid-ui.svg?style=flat)](https://www.npmjs.com/package/@lightningtv/solid-ui)\n\n## Getting Started\n\nIf you haven't already, follow the steps found [here](https://github.com/lightning-tv/solid) to bootstrap your SolidJS Lightning app. Then:\n\n1. install this package and the base theme with your package manager of choice\n\n```sh\npnpm add @lightningtv/solid-ui @lightningtv/l3-ui-theme-base # or npm/yarn\n```\n\n2. add the theme package as an alias in your vite config(see the [theming docs](THEMING.md) for more information on this)\n\n```js\n// vite.config.js\n  resolve: {\n    alias: {\n      theme: '@lightningtv/l3-ui-theme-base',\n    }\n  },\n```\n\n3. and finally, use a component\n\n```jsx\n// App.jsx\nimport { Button } from '@lightningtv/solid-ui';\n\u003cApp\u003e\n  \u003cButton\u003ea button!\u003c/Button\u003e\n\u003c/App\u003e;\n```\n\n## Reporting a Bug\n\nIf you come across a bug in this library, please open an [issue](https://github.com/rdkcentral/solid-ui/issues) with a detailed description of what you've encountered\n\n## Development\n\nIf you don't have pnpm\n\n```sh\nnpm install -g pnpm\n```\n\nRun the solid storybook dev environment:\n\n```sh\npnpm i\npnpm dev\n```\n\n## Theming\n\nTheming in the context of solid-ui is a system for providing a set of values to control the look and feel of the components. Head over to our [theming documentation](THEMING.md) for more information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdkcentral%2Fsolid-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdkcentral%2Fsolid-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdkcentral%2Fsolid-ui/lists"}