Appearance
About PortfoLitO
PortfoLitO is a small library of Lit-based Web Components for Software Developers to build simple Portfolio of Work Pages.
Prerequisites
- Node.js version 18 or higher.
- Lit version 3.1.x
- Any browser that supports Web Components and CSS @container queries
Installation
PortfoLitO can be installed alongside Lit using your preferred package manager
shell
npm i lit@3.1 portfolito
shell
yarn add lit@3.1 portfolito
shell
pnpm add lit@3.1 portfolito