Skip to content

Agregar trix en Astro con pnpm y Tailwind #1233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kyozApp opened this issue Apr 29, 2025 · 0 comments
Open

Agregar trix en Astro con pnpm y Tailwind #1233

kyozApp opened this issue Apr 29, 2025 · 0 comments

Comments

@kyozApp
Copy link

kyozApp commented Apr 29, 2025

Al instalar la dependencia y ponerlo en un formulario las viñetas o listas no se visualiza y no encuentro una forma de ocultar tmb el boton de file (adjuntar imagen).

Más Info
<button
            type="submit"
            class="cursor-pointer px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 transition duration-300"
        >
            Crear 
        </button>
<script> import "trix"; import "trix/dist/trix.css"; document.addEventListener("trix-file-accept", function (event) { event.preventDefault(); }); </script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant