Get started with fuelux CDN

BSD-3-Clause licensed

FuelUX is a popular HTML5 user interface component library developed by Microsoft.

Tags:
  • application
  • bootstrap
  • controls
  • css
  • exacttarget
  • exact target
  • front-end
  • fuelux
  • fuel ux
  • js
  • salesforce
  • user interface
  • web

Stable version

Copied!

How to start using fuelux CDN


<!DOCTYPE html>
<html>
<head>
    <title>Get started with fuelux CDN - cdnhub.io</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fuelux/3.17.2/css/fuelux.min.css" />
    <script src="https://cdn.cdnhub.io/fuelux/3.17.2/js/fuelux.min.js"></script>
</head>
<body>
    <div class="container">
        <label for="dp1">Select a date:</label>
        <input type="text" id="dp1" class="form-control" data-picker="date" data-template="dropdown" />
    </div>

    <script>
        $(function() {
            $('[data-picker="date"]').datepicker();
        });
    </script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions