forked from getrailsui/railsui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee0dc6e
commit cfae176
Showing
7 changed files
with
537 additions
and
601 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
module Railsui | ||
class Default | ||
BOOTSTRAP_VERSION = "5.3" | ||
TAILWIND_CSS_VERSION = "3.2.7" | ||
BOOTSTRAP_PACKAGE_VERSION = "5.3.0-alpha1" | ||
BOOTSTRAP_INSTALL_PACKAGE = "[email protected]alpha1" | ||
TAILWIND_CSS_VERSION = "3.3.0" | ||
BOOTSTRAP_PACKAGE_VERSION = "5.3.0-alpha2" | ||
BOOTSTRAP_INSTALL_PACKAGE = "[email protected]alpha2" | ||
|
||
BOOTSTRAP = "bootstrap" | ||
TAILWIND_CSS = "tailwind" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<div class="fixed bottom-4 right-2 z-50 hidden" data-scroll-target="launcher"> | ||
<button data-action="click->scroll#scrollToTop" class="bg-white/80 px-3 py-2 rounded-full bg-opacity-80 backdrop-blur-lg focus:ring-white/20 hover:bg-opacity-100 flex items-center focus:ring-4 text-slate-700 hover:text-slate-800 transition ease-in-out duration-200"> | ||
<%= icon "chevron-up", classes: "w-3 h-3 text-slate-800 mr-2" %> | ||
<button data-action="click->scroll#scrollToTop" class="bg-white/80 px-3 py-2 rounded-full bg-opacity-80 backdrop-blur-lg focus:ring-white/20 hover:bg-opacity-100 flex items-center focus:ring-4 text-slate-700 hover:text-slate-800 transition ease-in-out duration-200 dark:bg-slate-700/80 dark:text-slate-200"> | ||
<%= icon "chevron-up", classes: "w-3 h-3 text-slate-800 mr-2 dark:text-slate-300" %> | ||
<span>Scroll to top</span> | ||
</button> | ||
</div> |
This file contains 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
Oops, something went wrong.