DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:webcomponent

This is an old revision of the document!


webcomponent Plugin

Compatible with DokuWiki

2018-04-22 "Greebo"

plugin A collection of UI web component

Last updated on
2019-06-14
Provides
Syntax
Conflicts with
combo

The missing download url means that this extension cannot be installed via the Extension Manager. Please see Publishing a Plugin on dokuwiki.org. Recommended are public repository hosts like GitHub, GitLab or Bitbucket.

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with component, ui

Introduction

This plugin is a collection of UI component.

Demo

This list of component is used on the https://gerardnico.com web site powererd by the bootie template.

A demo can be seen at the demo section

Prerequisites

The styling depends on Bootstrap version 4. Your template should then have it.

From the introduction document, the installation is done in the header.

<!-- Optional as Jquery is already shipped with Doku -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
 
<!-- Mandatory Javascript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
 
<!-- Mandatory Css -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

Changes

The list of changes and releases can be found here

plugin/webcomponent.1560499823.txt.gz · Last modified: 2019-06-14 10:10 by gerardnico

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki