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

https://github.com/smnandre/ux-reproducer


https://github.com/smnandre/ux-reproducer

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# UX Reproducer [TEMPLATE]

---

## Reproducer template

> [!IMPORTANT]
> This repository is a template for creating a bug reproducer for Symfony UX.

| Layout | Dark Mode | Light Mode |
|--------|---------------------------------------------------|----------------------------------------------------|
| Form | ![Dark Mode Form](./doc/images/reproducer13.jpeg) | ![Light Mode Form](./doc/images/reproducer14.jpeg) |

## How to use this template?

### GitHub website

1. Go to the [github.com/smnandre/ux-reproducer](https://github.com/smnandre/ux-reproducer)
2. Click on the `Use this template` button
3. Follow the instructions
4. Clone the repository

### GitHub CLI

Create a new repository from this template using the GitHub CLI:

```bash
gh repo create issue-foo-bar --template=smnandre/ux-reproducer
```