typeduck-codex-web 0.1.0

A browser interface for Codex CLI sessions
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(dead_code)]

// Topcoat UI components are installed into sibling modules by `topcoat ui add`.
pub mod badge;
pub mod button;
pub mod card;
pub mod input;
pub mod select;
pub mod switch;
pub mod textarea;