UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

16 lines (15 loc) 372 B
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="script/common.css"> <script src="script/common.js"></script> <script> function setup(){ $('div').datepicker(); }; </script> </head> <body data-capture=".datepicker"> <div data-date="12/03/2012"></div> </body> </html>