An open API service indexing awesome lists of open source software.

https://github.com/nicolasmondain/tambook

Talk to your design system
https://github.com/nicolasmondain/tambook

dx generative-ui storybook tambo

Last synced: 3 months ago
JSON representation

Talk to your design system

Awesome Lists containing this project

README

          

# tambook

**Talk to your design system.**

A Storybook addon, powered by [Tambo](https://tambo.co), that automatically detects all your React components.

Just tell your design system what you need:

- *Show me a primary button with a loading state.*
- *Create a card with an image, title, and two actions.*
- *Display a modal with a destructive confirmation.*

Tambook understands your components, reads your Storybook setup, and renders the right combination instantly.


Tambook Button Demo
Tambook Card Demo


Tambook Nested Components

## Try It

```bash
git clone https://github.com/your-username/tambook.git
cd tambook
npm install
npm run example:install
```

Add your API key (get one free at [tambo.co](https://tambo.co)):

```bash
echo "STORYBOOK_TAMBO_API_KEY=your-api-key" > examples/storybook-demo/.env
```

Run Storybook:

```bash
npm run example:storybook
```

Open http://localhost:6006 and find the **Tambook** panel.

## License

MIT