|
7 сар өмнө | |
---|---|---|
.github | 4 жил өмнө | |
dist | 7 сар өмнө | |
docs | 7 сар өмнө | |
src | 7 сар өмнө | |
.gitignore | 7 сар өмнө | |
.stylelintrc.json | 4 жил өмнө | |
CODE_OF_CONDUCT.md | 3 жил өмнө | |
CONTRIBUTING.md | 3 жил өмнө | |
LICENSE | 4 жил өмнө | |
README.md | 7 сар өмнө | |
package.json | 7 сар өмнө |
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.
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">
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.
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
@import("path/to/node_modules/puppertino/dist/full.css")
require("path/to/node_modules/puppertino/src/js/{{file you need, eg tabs.js}}")
Puppertino currently includes the following components:
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.
Find detailed examples and templates to help you get started quickly with Puppertino.
Explore the examples at Puppertino Examples.
Puppertino is open-source and available under the open-source MIT license, allowing you to freely use and modify the framework for your projects.
We welcome contributions! If you’d like to contribute to Puppertino, check out the Contribution Guidelines to learn how to get involved.
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!