{"id":19466912,"url":"https://github.com/scommons/scommons-client","last_synced_at":"2026-05-03T17:31:34.758Z","repository":{"id":19315349,"uuid":"81802730","full_name":"scommons/scommons-client","owner":"scommons","description":"Common Scala.js, React.js web UI utilities and components","archived":false,"fork":false,"pushed_at":"2024-03-09T14:25:34.000Z","size":3461,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T13:52:05.582Z","etag":null,"topics":["bootstrap","components","reactjs","scalajs","scalajs-reactjs","ui","ui-components","web-client","web-ui"],"latest_commit_sha":null,"homepage":"https://scommons.github.io/scommons-client","language":"Scala","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/scommons.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-13T08:36:54.000Z","updated_at":"2024-03-09T12:59:33.000Z","dependencies_parsed_at":"2024-11-10T18:33:13.322Z","dependency_job_id":"5401ec1a-f6d5-4ccc-a79b-024ed92b4b42","html_url":"https://github.com/scommons/scommons-client","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/scommons/scommons-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scommons%2Fscommons-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scommons%2Fscommons-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scommons%2Fscommons-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scommons%2Fscommons-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scommons","download_url":"https://codeload.github.com/scommons/scommons-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scommons%2Fscommons-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32578578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["bootstrap","components","reactjs","scalajs","scalajs-reactjs","ui","ui-components","web-client","web-ui"],"created_at":"2024-11-10T18:31:40.649Z","updated_at":"2026-05-03T17:31:34.736Z","avatar_url":"https://github.com/scommons.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![CI](https://github.com/scommons/scommons-client/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/scommons/scommons-client/actions/workflows/ci.yml?query=workflow%3Aci+branch%3Amaster)\n[![Coverage Status](https://coveralls.io/repos/github/scommons/scommons-client/badge.svg?branch=master)](https://coveralls.io/github/scommons/scommons-client?branch=master)\n[![scala-index](https://index.scala-lang.org/scommons/scommons-client/scommons-client-ui/latest.svg)](https://index.scala-lang.org/scommons/scommons-client/scommons-client-ui)\n[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.8.0.svg)](https://www.scala-js.org)\n\n## Scala Commons Client\nCommon Scala.js, React.js web-client utilities and components.\n\n\n### Showcase/Demo UI\n\nTo see the showcase/demo UI with all the components live use the following link:\n\n[https://scommons.github.io/scommons-client/showcase/](https://scommons.github.io/scommons-client/showcase/)\n\n### How to add it to your project\n\n```scala\nval scommonsApiVer = \"1.0.0-SNAPSHOT\"\nval scommonsReactVer = \"1.0.0-SNAPSHOT\"\nval scommonsClientVer = \"1.0.0-SNAPSHOT\"\nval scommonsServiceVer = \"1.0.0-SNAPSHOT\"\n\nlibraryDependencies ++= Seq(\n  // shared\n  \"org.scommons.api\" %%% \"scommons-api-core\" % scommonsApiVer,\n  \"org.scommons.api\" %%% \"scommons-api-joda-time\" % scommonsApiVer,\n\n  // client/js only\n  \"org.scommons.api\" %%% \"scommons-api-xhr\" % scommonsApiVer,\n  \"org.scommons.client\" %%% \"scommons-client-ui\" % scommonsClientVer,\n  \"org.scommons.react\" %%% \"scommons-react-test-dom\" % scommonsReactVer % \"test\",\n\n  // server/jvm only\n  \"org.scommons.service\" %% \"scommons-service-play\" % scommonsServiceVer,\n  \"org.scommons.api\" %% \"scommons-api-play-ws\" % scommonsApiVer % \"test\"\n)\n```\n\nLatest `SNAPSHOT` version is published to [Sonatype Repo](https://oss.sonatype.org/content/repositories/snapshots/org/scommons/), just make sure you added\nthe proper dependency resolver to your `build.sbt` settings:\n```scala\nresolvers += \"Sonatype Snapshots\" at \"https://oss.sonatype.org/content/repositories/snapshots/\"\n```\n\n### How to use it\n\n* [TablePanelDemo](showcase/src/main/scala/scommons/client/showcase/table/TablePanelDemo.scala) =\u003e [tests](showcase/src/test/scala/scommons/client/showcase/table/TablePanelDemoSpec.scala)\n  * [SimpleTablePanel](showcase/src/main/scala/scommons/client/showcase/table/SimpleTablePanel.scala) =\u003e [tests](showcase/src/test/scala/scommons/client/showcase/table/SimpleTablePanelSpec.scala)\n  * [CustomTablePanel](showcase/src/main/scala/scommons/client/showcase/table/CustomTablePanel.scala) =\u003e [tests](showcase/src/test/scala/scommons/client/showcase/table/CustomTablePanelSpec.scala)\n\n### How to Build\n\nTo build and run all the tests use the following command:\n```bash\nsbt clean test\n```\n\n### How to Run Showcase/Demo locally\n\nPlease, see the README.md in [showcase](https://github.com/scommons/scommons-client/tree/master/showcase) sub-project page.\n\n\n## Documentation\n\nYou can find more documentation [here](https://scommons.github.io/scommons-client)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscommons%2Fscommons-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscommons%2Fscommons-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscommons%2Fscommons-client/lists"}