UNPKG

kdf

Version:

KD: a non-document focused UI Framework for web applications.

22 lines (16 loc) 444 B
module.exports = class FooterView extends JView constructor : (options = {}) -> options.tagName = 'footer' super options pistachio: -> """ <div class='inner-wrapper'> <p class='about-kd'>KD is free and open-source! <br> by Koding with love <3</p> <nav> <a href='#'>Terms</a> <a href='#'>Legal</a> <a href='#'>Blog</a> <a href='#'>Contact</a> </nav> </div> """