Sidebar componentDocumentation Index
Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Props
user
Sidebar component
Sidebar componentDocumentation Index
Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt
Use this file to discover all available pages before exploring further.
import { Sidebar } from '@/components/Sidebar';
export default function Example() {
return (
<Sidebar />
);
}