Sha256: e9738af48003413dc8adb246f0d193d2475c8a727b9ad70801a6a396f8bf6aa0

Contents?: true

Size: 1.28 KB

Versions: 1

Compression:

Stored size: 1.28 KB

Contents

doctype html
html(lang='en')
    head
        title flatpickr - lightweight datetimepicker & calendar
        meta(charset='utf-8')
        meta(http-equiv='x-ua-compatible', content='ie=edge')
        link(rel='icon', type='image/png', href='favicon.png')
        meta(name='viewport', content='width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=yes')
        //script(async, src='assets/js/table-of-contents.js')

        //script#locale_script(async='').
        //script(async='', src='assets/js/localizr.js')
        link(rel='stylesheet', type='text/css', href='assets/style.min.css')
        link#cal_style(rel='stylesheet', type='text/css', href='dist/flatpickr.min.css')

    body
        header#hero.section
            .wrapper
                h1 flatpickr
                h3.subheading.muted A lightweight & powerful datetimepicker


        include content/install_use
        include content/discover

        .section
            .wrapper
                include content/examples


        //include content/themes
        include content/options

        script(src='assets/js/examples.js')
        script(async, src='dist/flatpickr.js', onload='fp_ready()')
        script(async, src='assets/js/prettify.js?skin=none')
        script(async, src='assets/js/themer.js')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
date_picker-0.0.9 test/dummy/vendor/assets/components/flatpickr/site/index.pug