A (Gantry) Particle is a small block of data used on the front-end. It acts a lot like a widget/module, but can be easily configured with a GUI in the Gantry 5 Administrator.
This a small collection of self-created Gantry Particles for the different components available for UIKit.
IMPORTANT: For all particles the integration of the UIKit Front-End Framework is absolutely mandatory! This can be done e.g. by using the UIKit Atom (see below) in the Basic Outline of the Gantry Theme Framework.
NOTE: Only tested with Joomla! CMS so far! But it should work for Wordpress CMS and Grav CMS as well...
Latest tested versions: (No backwards compatibility to UIKit v2 and Gantry 4!)
- Gantry: 5.4.22
- UIKit: v3.0.0-beta.40
-
UIKit Atom (uikit-for-gantry)
Includes all the necessary CSS and JS-files for UIKit.
Files:uikit-for-gantry.html.twig
anduikit-for-gantry.yaml
.
...more will be added...
Using the particles on your website is a really easy! Just follow these steps:
Installing on Joomla! CMS
-
Download the particle you want (or multiple/all).
Each particle consits of two files -
<PARTICLE_NAME>.html.twig
and<PARTICLE_NAME>.yaml
. -
Copy the files to
<JOOMLA_ROOT>/templates/<TEMPLATE_DIRECTORY>/custom/particles/
- maybe you will need to create it manually. -
Have fun and use the particle(s)!
Basically, these steps are the same as in the Gantry 5 Documentation.
Gantry Theme Framework
- Website: http://gantry.org/
- Documentation: http://docs.gantry.org/
- GitHub: https://github.com/gantry/gantry5
UIKit Front-End Framework
- Website: https://getuikit.com/
- Documentation: https://getuikit.com/docs/
- GitHub: https://github.com/uikit/uikit
- Fork the repo.
- Make any changes you want.
- Make a pull request and wait for approval.
All content is licensed under MIT-License.