+ Here's what's happening with your account +
++ Sign in to your account to continue +
++ Don't have an account?{" "} + + Sign up + +
++ The complete development platform with built-in authentication, payments, and deployment. Start building your next big idea in minutes. +
+ ++ {feature.description} +
++ Choose the perfect plan for your needs. All plans include a 14-day free trial. +
++ Sign up to get started with EncoreKit +
++ Already have an account?{" "} + + Sign in + +
+No activities recorded yet
++ {activity.event} +
+ ++ {activity.user.display_name ? activity.user.display_name : activity.user.email} +
++ {state.status ? `Current plan: ${state.productName}` : "No active subscription"} +
+ {state.cancel_at_period_end && ( ++ Subscription will end on {state.cancel_at ? state.cancel_at.toLocaleDateString() : "the end of the current period"} +
+ )} + {state.lastUpdated && ( ++ Last updated: {state.lastUpdated.toLocaleTimeString()} +
+ )} + {state.error && ( ++ {product.description} +
+ ++ {body} +
+ ) +} + +export { + useFormField, + Form, + FormItem, + FormLabel, + FormControl, + FormDescription, + FormMessage, + FormField, +} diff --git a/encore-saas-template/frontend/components/ui/input.tsx b/encore-saas-template/frontend/components/ui/input.tsx new file mode 100644 index 00000000..5bfde419 --- /dev/null +++ b/encore-saas-template/frontend/components/ui/input.tsx @@ -0,0 +1,21 @@ +import * as React from "react" + +import { cn } from "@/lib/utils" + +function Input({ className, type, ...props }: React.ComponentProps<"input">) { + return ( + + ) +} + +export { Input } diff --git a/encore-saas-template/frontend/components/ui/label.tsx b/encore-saas-template/frontend/components/ui/label.tsx new file mode 100644 index 00000000..fb5fbc3e --- /dev/null +++ b/encore-saas-template/frontend/components/ui/label.tsx @@ -0,0 +1,24 @@ +"use client" + +import * as React from "react" +import * as LabelPrimitive from "@radix-ui/react-label" + +import { cn } from "@/lib/utils" + +function Label({ + className, + ...props +}: React.ComponentPropsLeave fields blank to keep the same value.
+