{"id":13531874,"url":"https://github.com/bluskript/solid-split-pane","last_synced_at":"2025-08-03T22:30:50.004Z","repository":{"id":62137043,"uuid":"558159157","full_name":"bluskript/solid-split-pane","owner":"bluskript","description":"Simple and minimal split pane component for Solid","archived":false,"fork":false,"pushed_at":"2022-10-27T22:15:30.000Z","size":77,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-02T05:30:55.924Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/bluskript.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}},"created_at":"2022-10-27T02:11:03.000Z","updated_at":"2024-11-11T21:21:08.000Z","dependencies_parsed_at":"2023-01-20T13:46:11.937Z","dependency_job_id":null,"html_url":"https://github.com/bluskript/solid-split-pane","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluskript%2Fsolid-split-pane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluskript%2Fsolid-split-pane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluskript%2Fsolid-split-pane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluskript%2Fsolid-split-pane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluskript","download_url":"https://codeload.github.com/bluskript/solid-split-pane/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228566976,"owners_count":17937987,"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","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-08-01T07:01:06.444Z","updated_at":"2024-12-07T06:17:16.201Z","avatar_url":"https://github.com/bluskript.png","language":"TypeScript","funding_links":[],"categories":["📦 Components \u0026 Libraries"],"sub_categories":["UI Components"],"readme":"# solid-split-pane\n\nSplit pane component for Solid! Uses Split.Js under the hood. Takes all props that `split.js` takes, plus a `gutterClass`.\n\n(Q) Why not `solid-split` or `solid-split-component`?\n\nsolid-split contains a custom split implementation that has much less features. `solid-split-component`'s internals seemed rather complicated for what\nseems to be a simple problem. I just wanted to publish my solution, which is just a lightweight wrapper over Split.Js.\n\n## Usage\n\n```\nnpm i solid-split-pane\n```\n\n```jsx\nimport { SplitPane } from \"solid-split-pane\";\n\nexport const App = () =\u003e (\n  \u003cdiv style=\"display: flex\"\u003e\n    \u003cSplitPane\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eContainer 1\u003c/p\u003e\n      \u003c/div\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eContainer 2\u003c/p\u003e\n      \u003c/div\u003e\n    \u003c/SplitPane\u003e\n  \u003c/div\u003e;\n);\n```\n\n## Options\n\nAny options that [Split.JS](https://split.js.org/#/) takes.\nGutter class is customizeable through a `gutterClass` prop!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluskript%2Fsolid-split-pane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluskript%2Fsolid-split-pane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluskript%2Fsolid-split-pane/lists"}