{"id":18553696,"url":"https://github.com/websemantics/super-tiny-splitpane","last_synced_at":"2025-08-11T06:47:32.238Z","repository":{"id":57374610,"uuid":"90190023","full_name":"websemantics/super-tiny-splitpane","owner":"websemantics","description":"Bare minimum implementation of a Splitpane UI with support for horizontal and vertical layouts","archived":false,"fork":false,"pushed_at":"2017-05-15T19:15:17.000Z","size":16,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-17T12:54:42.532Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://websemantics.github.io/super-tiny-splitpane/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/websemantics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-03T20:21:18.000Z","updated_at":"2024-05-24T02:50:11.000Z","dependencies_parsed_at":"2022-08-27T10:42:04.539Z","dependency_job_id":null,"html_url":"https://github.com/websemantics/super-tiny-splitpane","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/websemantics/super-tiny-splitpane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fsuper-tiny-splitpane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fsuper-tiny-splitpane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fsuper-tiny-splitpane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fsuper-tiny-splitpane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/websemantics","download_url":"https://codeload.github.com/websemantics/super-tiny-splitpane/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fsuper-tiny-splitpane/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269843488,"owners_count":24484115,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-06T21:18:01.048Z","updated_at":"2025-08-11T06:47:32.157Z","avatar_url":"https://github.com/websemantics.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n╭─╮ ┬ ┬ ╭─╮ ╭─╮ ┬─╮   ╭┬╮ ┬ ╭╮╭ ╭─╮   ╭─╮ ╭─╮ ┬   ┬ ╭┬╮ ╭─╮ ╭─╮ ╭╮╭ ╭─╮  \n╰─╮ │ │ ├─╯ ├┤  ├┬╯    │  │ │││ ├┤    ╰─╮ ├─╯ │   │  │  ├─╯ ├─┤ │││ ├┤   \n╰─╯ ╰─╯ ┴   ╰─╯ ┴╰─    ┴  ┴ ╯╰╯ ╰─╯   ╰─╯ ┴   ┴─╯ ┴  ┴  ┴   ┴ ┴ ╯╰╯ ╰─╯  \nUnder 2kb and without dependencies \n```\n\u003e Bare minimum implementation of a Splitpane UI with support for horizontal and vertical layouts.\n\n[![Live demo](https://img.shields.io/badge/Live%20demo-%E2%86%92-9D6EB3.svg?style=flat-square)](https://websemantics.github.io/super-tiny-splitpane)\n\n## Getting Started\n\n1. Include `splitpane.js` in an html page,\n\n```html\n\u003cscript src=\"splitpane.js\"\u003e\u003c/script\u003e\n```\n\n 2. Add the following markup,\n\n ```html\n \u003cdiv class=\"splitpane\"\u003e                 \u003c!-- for vertical splitpane add  `vertical` --\u003e\n   \u003cdiv style=\"width: 50%\"\u003e\u003c/div\u003e        \u003c!-- class and set `height` of first child --\u003e\n   \u003cdiv class=\"handle\"\u003e\u003c/div\u003e\n   \u003cdiv\u003e\u003c/div\u003e\n \u003c/div\u003e \n```\n\n3. Finally, include style rules, \n\n```css\nhtml, body { height: 100% }\n.splitpane {width: 100%; height: 100% }\n.handle {background-color: lightgrey; }\n.handle:hover {background-color: grey }\n```\n\n## More Examples\n\n- [Basic Horizontal](https://websemantics.github.io/super-tiny-splitpane/examples/basic-horizontal.html)\n- [Basic Vertical](https://websemantics.github.io/super-tiny-splitpane/examples/basic-vertical.html)\n\n## Support\n\nNeed help or have a question? post a questions at [StackOverflow](https://stackoverflow.com/questions/tagged/super-tiny-splitpane+websemantics)\n\n*Please don't use the issue trackers for support/questions.*\n\n## Contribution\n\nMore than happy to accept external contributions to the project in the form of feedback, bug reports and even better - pull requests :)\n\n## License\n\n[MIT license](http://opensource.org/licenses/mit-license.php)\nCopyright (c) Web Semantics, Inc.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebsemantics%2Fsuper-tiny-splitpane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebsemantics%2Fsuper-tiny-splitpane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebsemantics%2Fsuper-tiny-splitpane/lists"}