import type { Component } from "solid-js" import { Button, Select, Tabs } from "./components" import "@opencode-ai/css" import "./index.css" const App: Component = () => { const Content = (props: { dark?: boolean }) => (
This is the content for the first tab.
This is the content for the second tab.
This is the content for the third tab.
This tab should be disabled.