# Symfony UX Native

**EXPERIMENTAL** This component is currently experimental and is
likely to change, or even change drastically.

Symfony UX Native integrates [Hotwire Native](https://native.hotwired.dev/) into Symfony applications.
It is part of [the Symfony UX initiative](https://ux.symfony.com/).

**This repository is a READ-ONLY sub-tree split**. See
https://github.com/symfony/ux to create issues or submit pull requests.

## Configuration

```yaml
# config/packages/ux_native.yaml
ux_native:
    output_dir: '%kernel.project_dir%/public'
```

## Resources

- [Documentation](https://symfony.com/bundles/ux-native/current/index.html)
- [Report issues](https://github.com/symfony/ux/issues) and
  [send Pull Requests](https://github.com/symfony/ux/pulls)
  in the [main Symfony UX repository](https://github.com/symfony/ux)
