solid-layout
v2.0.1
Published
A layout library for SolidJS
Downloads
5,041
Maintainers
Readme
solid-layout
https://github.com/MurkyTheMurloc
Quick start
Install it:
npm i solid-layout
# or
yarn add solid-layout
# or
pnpm add solid-layout
Motivation
From the perspective of a backend developer who is not a CSS wizard, lay outing is often one of my most challenging and time-consuming aspects of web development. It can be frustrating to spend hours trying to get the layout just right. That's where the Solid Layout Library comes in.
The goal of this library is to provide a solution to this pain point by offering minimal, lightweight, and highly customizable layout components. These components are designed to simplify the process of creating basic layouts and user interfaces, allowing backend developers like me to focus on the core functionality of their applications when they need to do some Frontend stuff ore just like to tinker around.
Disclaimer
The current version is stable and production-ready. However, it is still in its early stages of development, and if you find any bugs or have any suggestions, please open an issue or submit a pull request. Checkout the Documentation for more information.
Features
- Minimal, lightweight, and highly customizable
- Built with TypeScript and SolidJS
- requiring just one dependencies
- Works with any CSS framework or no framework at all
- Supports responsive layouts
- Fully type safe
- SSR compatible
Support Me
if you like my work feel free to hydrate me so I always stay focused
License
MIT License
Copyright (c) 2022 MurkyTheMurloc
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.