A comprehensive UI/UX development kit for Farcaster frames builders.
UI offers front-end software development kit (SDK); while UX back-end portal for Farcaster frames builders.
Castr GÜRŲ is a remote node assistant, built for the sole purpose of making Farcaster frames management effortless from A to Z.
This is the introduction section.
import { GuruProvider } from '@castrguru/next';
This is the conclusion section.
import { useState } from 'react'
import { BottomSheet, BottomSheetContext } from '@castrguru/ui';
export function Navbar({ tableid }: { tableid: string}) {
const [isBottomSheetOpen, setBottomSheetOpen] = useState<BottomSheetContext>(false);
return (
<BottomSheet isOpen={isBottomSheetOpen}>
{children}
</BottomSheet>
)
This is the conclusion section.
import { getUser } from '@castrguru/ux';