### Install Puppertino via NPM Source: https://github.com/codedgar/puppertino/blob/master/README.md Install Puppertino using NPM. The recommended method is directly from the GitHub repository. ```bash # Via NPM (recommended) npm install @codedgar/puppertino@github:codedgar/Puppertino # Or install from a specific branch npm install @codedgar/puppertino@github:codedgar/Puppertino#master # Via SSH npm install git+ssh://git@github.com/codedgar/Puppertino.git # Via HTTPS npm install https://github.com/codedgar/Puppertino.git ``` -------------------------------- ### CDN Installation for Puppertino CSS Source: https://context7.com/codedgar/puppertino/llms.txt Include the full CSS framework or individual components via CDN links in your HTML. ```html ``` -------------------------------- ### Import Full Puppertino Framework in JavaScript/CSS Source: https://github.com/codedgar/puppertino/blob/master/README.md Import the entire Puppertino framework in your JavaScript or CSS files after installation. ```javascript // In JavaScript/TypeScript import '@codedgar/puppertino' // In CSS @import '@codedgar/puppertino'; ``` -------------------------------- ### Color Palette Examples HTML Source: https://context7.com/codedgar/puppertino/llms.txt Demonstrates applying background and text colors using Puppertino's predefined color classes and shades. ```html
Red text
Green text
Blue text
Select an option below...
This is an example modal!