A Pen by Aybüke Ceylan on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="app"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="min-h-screen justify-center flex p-16 bg-blue-200"> | |
| <div> | |
| <!-- This is a revised version. See the original clunky version here: https://codepen.io/KevinBatdorf/pen/ff805cf637420bcbb2caa9d199527247?editors=1010 --> | |
| <p class="mb-10 text-center">Drag & drop or press the menu icon button <br>(or use your tab key)</p> | |
| <div class="pt-6 pb-4 bg-indigo-500 rounded-lg shadow-xl max-w-sm"> | |
| <h1 id="agenda-title" class="text-white font-extrabold text-lg p-6 pt-0">What's the agenda for today?</h1> | |
| <ul |
Admin Dashboard using TailwindCss and AlpineJs. Sticky sidebar Sticky top navbar
A Pen by Fares Arnous on CodePen.
A Pen by Ryan Chandler on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Nav Bar --> | |
| <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-custom fixed-top"> | |
| <!-- Collapse toggler button --> | |
| <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#basicExampleNav" aria-controls="basicExampleNav" aria-expanded="false" aria-label="Toggle navigation"> | |
| <div class="hamburger-containter"> | |
| <span class="icon-bar bar1"></span> | |
| <span class="icon-bar bar2"></span> | |
| <span class="icon-bar bar3"></span> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="map-canvas"></div> | |
| <ul class="overlay"> | |
| <h3>49 incidentes em Porto Alegre</h3> | |
| </ul> | |
| <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false" type="text/javascript"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="min-h-screen justify-center flex p-16 bg-blue-200"> | |
| <div> | |
| <!-- This is a revised version. See the original clunky version here: https://codepen.io/KevinBatdorf/pen/ff805cf637420bcbb2caa9d199527247?editors=1010 --> | |
| <p class="mb-10 text-center">Drag & drop or press the menu icon button <br>(or use your tab key)</p> | |
| <div class="pt-6 pb-4 bg-indigo-500 rounded-lg shadow-xl max-w-sm"> | |
| <h1 id="agenda-title" class="text-white font-extrabold text-lg p-6 pt-0">What's the agenda for today?</h1> | |
| <ul |