{children}
9 | );
10 | };
11 |
--------------------------------------------------------------------------------
/apps/www/src/app/(main)/(docs)/components/input/examples/helper-text.tsx:
--------------------------------------------------------------------------------
1 | import { Input } from "@jamsr-ui/react";
2 |
3 | export const InputHelperText = () => {
4 | return (
5 |
9 | );
10 | };
11 |
--------------------------------------------------------------------------------
/apps/www/src/app/(main)/(docs)/templates/page.tsx:
--------------------------------------------------------------------------------
1 | import { Metadata } from "next";
2 |
3 | export const metadata: Metadata = {
4 | title: "Templates",
5 | };
6 |
7 | const Page = () => {
8 | return