Skip to content
Tim Rücker edited this page May 18, 2019 · 4 revisions

Welcome to the iizuna wiki!

Here you can find the complete documentation of the iizuna framework (version 3.0.3).

Table of contents

Examples

The following examples can be found in the examples branch:

The scroll buttons are the simplest components. They are written with very little code and look very elegant.

There are two different types of scroll buttons:

  1. Simple scroll top buttons that just let you scroll to the top of the page
  2. Buttons that scroll to a specific element

Modals that consist of two different components.

  1. The buttons, which open/close the modals
  2. and the modal itself.

The Accordions are a good example for the pseudo components. Just take a look and you know what i mean

Program Overview