ratkit 0.2.16

A comprehensive collection of reusable TUI components for ratatui including resizable splits, tree views, markdown rendering, toast notifications, dialogs, and terminal embedding
Documentation
# ratkit Documentation

Official documentation for ratkit - A comprehensive collection of reusable TUI components for ratatui.

## Development

Start the development server:

```bash
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) to view the documentation.

## Project Structure

- `app/docs`: Documentation pages and layout
- `components`: Reusable UI components
- `lib`: Shared utilities and configurations
- `content`: Documentation content in MDX format

## Contributing

We welcome contributions! Please ensure code follows the project's standards and includes appropriate tests.