-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Showing
6 changed files
with
63 additions
and
3 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<script setup lang="ts"> | ||
import HeroImg from "./images/ripple/hero.gif"; | ||
defineOptions({ | ||
name: "Ripple", | ||
}); | ||
const { t } = useI18n(); | ||
</script> | ||
|
||
<template> | ||
<div class="h-full flex flex-row space-x-2xl"> | ||
<NCard v-ripple class="bg-primary"> | ||
<div class="space-y-3xl text-white text-chinese"> | ||
<h1 class="text-7xl"> | ||
{{ t("page.rippleDirective.ripple") }} | ||
</h1> | ||
<p class="text-xl"> | ||
{{ t("page.rippleDirective.description1") }} | ||
</p> | ||
<p class="text-xl"> | ||
{{ t("page.rippleDirective.description2") }} | ||
</p> | ||
</div> | ||
</NCard> | ||
<img | ||
:src="HeroImg" | ||
class="rounded-2xl object-cover min-h-[56px]" | ||
alt="Two containers that display a bounded and unbounded ripple on interaction." | ||
title="A bounded and unbounded ripple." | ||
> | ||
</div> | ||
</template> | ||
|
||
<style scoped> | ||
</style> |
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
48f801e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
celeris-web – ./apps/admin
celeris-web.vercel.app
celeris-web-git-master-kirklin.vercel.app
celeris-web-kirklin.vercel.app
48f801e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
celeris-web-api – ./services/admin
celeris-web-api.vercel.app
celeris-web-api-git-master-kirklin.vercel.app
celeris-web-api-kirklin.vercel.app