# Mario Charts

> Beautiful React chart components you copy into your project. Zero lock-in — install via the shadcn CLI, own the source.

## For AI agents

- Full index: https://mariocharts.com/llms.txt
- Full reference (props included): https://mariocharts.com/llms-full.txt
- Registry index: https://mariocharts.com/r/registry.json
- Every page on this site has a markdown twin — append `.md` to any URL, or send `Accept: text/markdown`.

## Install a chart

```bash
npx shadcn@latest add https://mariocharts.com/r/<chart-name>.json
```

Example:

```bash
npx shadcn@latest add https://mariocharts.com/r/bar-chart.json
```

## Site pages (markdown)

- [Home](https://mariocharts.com/index.md)
- [Docs](https://mariocharts.com/docs.md)
- [Installation](https://mariocharts.com/docs/installation.md)
- [Components](https://mariocharts.com/docs/components.md)
- [Examples](https://mariocharts.com/examples.md)
- [Sales dashboard](https://mariocharts.com/examples/dashboards/sales.md)
- [Analytics dashboard](https://mariocharts.com/examples/dashboards/analytics.md)

## Stack

React 18+, TypeScript, Tailwind CSS, Framer Motion (the only runtime dependency charts add).
