https://github.com/smnandre/ux-reproducer
https://github.com/smnandre/ux-reproducer
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smnandre/ux-reproducer
- Owner: smnandre
- License: mit
- Created: 2025-01-26T02:56:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T03:29:00.000Z (over 1 year ago)
- Last Synced: 2025-02-10T23:59:50.206Z (over 1 year ago)
- Language: Twig
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |  |  |
## 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
```