Split layout manager with tabs.
npm install @pawel-up/tabs-split-layoutIt is a library to create a split layout with tabs. Think of it as a library for VScode's split layout. It's the same concept but is OSS and has pluggable architecture.
- Minimal dependencies (depends on the lit library)
- Supports types (written in TypeScript)
- General purpose - it makes no assumptions about the content
- Open source - install and use, regardless of the kind of the project.
``sh`
npm i -S @pawel-up/tabs-split-layout
See usage details in the documentation.
You are welcome to contribute to the library. I'll be happy to review pull requests from the community. Just remember to always write tests for whatever you are doing.
1. Fork and then clone the repository.
1. In your terminal, enter the directory where you cloned the repository.
1. Install dependencies $ npm i.$ npm run start`.
1. Start the demo page
1. Update the code, create a PR, and contribute!