No Description

Edgar Pérez bf8ae2031f Merge branch 'master' of github.com:codedgar/Puppertino 7 months ago
.github f9bffb4816 Changed all links to point to the newfull.css 4 years ago
dist ccd6ea07a9 🎨 Form tweaks, Accessibility upgrades and JS Refactors 7 months ago
docs ccd6ea07a9 🎨 Form tweaks, Accessibility upgrades and JS Refactors 7 months ago
src bf8ae2031f Merge branch 'master' of github.com:codedgar/Puppertino 7 months ago
.gitignore 34a3d10ec3 ✏️ Removed .DS_Store files and updated credits 7 months ago
.stylelintrc.json f9bffb4816 Changed all links to point to the newfull.css 4 years ago
CODE_OF_CONDUCT.md 063a05a6ce Started Big Woof development 3 years ago
CONTRIBUTING.md 063a05a6ce Started Big Woof development 3 years ago
LICENSE f9bffb4816 Changed all links to point to the newfull.css 4 years ago
README.md 6b590ca5a9 📝 Introduced new installing method + 🎨 JS Cleanup 7 months ago
package.json 6b590ca5a9 📝 Introduced new installing method + 🎨 JS Cleanup 7 months ago

README.md

Puppertino Stars Puppertino's contributors Follow Puppertino_css Follow Codedgar_dev Visit the creator's Website Puppertino Logo

Welcome to Puppertino Siberian by Codedgar

Welcome to Puppertino! This framework brings the macOS look and feel to your web applications, adhering closely to Apple’s Human Interface Guidelines. Designed to be lightweight and modular, Puppertino provides a seamless user experience with a focus on performance and style.

Key Framework Features

  • Lightweight: Puppertino is built with performance in mind. By avoiding unnecessary additions or dependencies, Puppertino ensures your website or app remains fast and responsive. You get the macOS-inspired design without compromising on speed and efficiency.
  • Modular: Flexibility is at the heart of Puppertino. Whether you need the entire framework or just specific components, you can pick and choose what fits your project. This modular approach allows you to minimize the size of your website, ensuring that you only include what’s necessary.
  • Design-Focused: Puppertino is not just about functionality—it’s about looking cool too! Inspired by macOS, the framework prioritizes a sleek and modern design, with room for creative enhancements beyond macOS guidelines when needed.

Table of contents

Get Started

To integrate Puppertino into your project, simply include the full.css file in your HTML head tag:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codedgar/Puppertino@latest/dist/css/newfull.css">

Customize your setup

If you only need specific components, you can import them individually to reduce file size. Here’s how you can include only the buttons:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codedgar/Puppertino@latest/dist/css/buttons.css">

You can also find the full list of individual components and their CDN links on the Components page.

NPM

You can install this repository through NPM + GIT:

# Via SSH
npm i --save git@github.com:codedgar/Puppertino.git#{{BRANCH_NAME}}

# Eg.
npm i --save git@github.com:codedgar/Puppertino.git#master

# Or Via HTTPS
npm i --save https://github.com/codedgar/Puppertino.git#BRANCH_NAME

# Eg.
npm i --save https://github.com/codedgar/Puppertino.git#master

You can change master with the branch of your choosing to install a specific branch. After NPM installation, you can simply import the library from node_modules

In your CSS

@import("path/to/node_modules/puppertino/dist/full.css")

In your Javascript

require("path/to/node_modules/puppertino/src/js/{{file you need, eg tabs.js}}")

Current Components

Puppertino currently includes the following components:

  • Buttons (Push, Icon, Action)
  • Modals
  • Forms and Inputs
  • Layout
  • Official Apple Colors
  • Segmented Controls
  • Shadows & Blur
  • Tabs
  • Navigation Bars
  • Dark Mode Manager

For a full list and detailed usage instructions, check out the Components page.

If you can't find a component that you want, you can always create an issue to vote for the new components.

Examples and templates

Find detailed examples and templates to help you get started quickly with Puppertino.

Explore the examples at Puppertino Examples.

License

Puppertino is open-source and available under the open-source MIT license, allowing you to freely use and modify the framework for your projects.

Contributing

We welcome contributions! If you’d like to contribute to Puppertino, check out the Contribution Guidelines to learn how to get involved.

About the creator

Puppertino was developed by Codedgar, a web developer passionate about creating clean, elegant web experiences. As the framework continues to evolve, more features and components will be added—so stay tuned for regular updates!