Skip to main content
Module

x/ana_components/mod.ts

🅰️ UI library for Ana
Go to Latest
File
// Componentsimport _Title from './components/Title.tsx';export const Title = _Title;
import _Page from './components/Page.tsx';export const Page = _Page;
import _Layout from './components/Layout.tsx';export const Layout = _Layout;
// Islandsimport _Input from './islands/Input.tsx';export const Input = _Input;
import _TextArea from './islands/TextArea.tsx';export const TextArea = _TextArea;