Skip to content

Agregar trix en Astro con pnpm y Tailwind #1233

Open
@kyozApp

Description

@kyozApp

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions