Skip to content

Latest commit

 

History

History
executable file
·
29 lines (16 loc) · 1.94 KB

README.md

File metadata and controls

executable file
·
29 lines (16 loc) · 1.94 KB

iizuna-typo3 Codacy Badge TYPO3 version Donate Tweet

pronunciation: /Īdzuna/

We’re not designing pages, we’re designing systems of components. — Stephen Hay

Iizuna is available for use under the MIT software license.

You can report bugs and discuss features on the GitHub issues page.

Our wiki with the documentation can be found here.

What ist iizuna?

Iizuna came from the idea of ​​designing a truly developer-friendly framework. Many of today's TypeScript frameworks, such as Angular or React, are not designed to be used on pages that rely on old-fashioned server-side rendering.

This framework is really easy to use because it basically consists of only one building block, the component.

These components reflect rough HTML elements. Selectors (currently only data-attributes) define which elements are decorated with the business-logic you develop.

Additional attributes allow additional configuration of the components, making them easily reusable.

Usage

TODO: ADD CONTENT