Download the PHP package justintime50/pineapple without Composer
On this page you can find all versions of the php package justintime50/pineapple. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download justintime50/pineapple
More information about justintime50/pineapple
Files in justintime50/pineapple
Package pineapple
Short Description CSS and Javascript web development library that supplements Bootstrap.
License MIT
Homepage https://github.com/Justintime50/pineapple
Informations about the package pineapple
Naming is hard. I can hear you snicker through your screen. No, it's just a random fruit name I chose. Yes, it's unfortunate.
Pineapple came about as a way to help me quickly build "brochure-style" websites some years ago. I found I was copying and pasting a lot of custom CSS around my projects to extend Bootstrap's library and decided to build my own. Over the years as Bootstrap evolved, certain Pineapple functions were removed in favor of the better battle-tested Bootstrap equivalent. Pineapple still serves as a nice addition to any Bootstrap project.
Notable Features:
- Full-screen banners, YouTube videos, and Bootstrap carousels with incredible customization for overlaid text, images, and buttons
- Beautiful sliding animations (full page and individual components)
- Page loader animation
- Countdown timer with custom messaging
- Fading and appearing navbar
- Icons, cards, and slanted background sections
- Dynamic screen-sized fonts, buttons, and more
Install
Pineapple has been compiled into CSS from SCSS and JS. You will find either the beautified or minified equivelant of each along with source maps.
CDN
NPM
Composer
Webpack & Vite
NOTE: Requires Pineapple v2.2+
Once installed via NPM, include one of the following in your Webpack or Vite configs and compile your project:
SCSS
To import the project's SCSS, use the following line in your project:
Manual Download
- Clone the repo
- Manually import the Pineapple assets to your project
The Pineapple CSS has been compiled into three separate bundles:
pineappleincludes everythingpineapple-stylesincludes everything but thegridandanimationsCSS and can be used without the accompanying JSpineapple-utilitiesincludes thegridandanimationsCSS which accompanies the JS
Pineapple, Bootstrap, & jQuery
Bootstrap
- Pineapple v1 is compatible with Bootstrap v3 (requires jQuery)
- Pineapple v2 is compatible with Bootstrap v4 and v5 (requires jQuery)
- Pineapple v3 & v4 are compatible with Bootstrap v4 and v5
jQuery
- Pineapple v1 and v2 require jQuery and is not compatible with the
slimversion of jQuery. Pineapple v3 and later does not require jQuery
Documentation
See the accompanying Documentation for more information.
Development
Visit pineappleplayground.localhost locally to test any changes.
Releasing
- Bump version in
package.jsonandcomposer.json - Bump version in
CHANGELOG.md - Bump version in
scssandjsheader comments - Bump version in install instruction links in
README.md - Compile assets with
npm run compile - Cut a new Git tag which will automatically release to NPM and Packagist