Nittro

Nittro is a client-side framework aiming to simplify everyday development of websites and webapps built on top of the Nette framework.

Basic usage tutorial

  1. Link Nittro to your app

    Put the files nittro.min.css and nittro.min.js somewhere in your document root.

    Add the following code snippet to the <head> section of your layout template:

    <link rel="stylesheet" type="text/css" href="path/to/nittro.min.css" />
    <script type="application/javascript" src="path/to/nittro.min.js" async defer></script>

« Back | Next »