npm install trix-vue2``bash`
$ npm install --save trix-vue2`
ORbash`
yarn add trix-vue2
`javascript
import { TrixVue } from 'trix-vue2'
//... your code
`
Name | Type | Default | Description
-------------- | ------ | -------------------------------------------------- | ----------------------------------------------------------------------
id | String | trix-container | Set the id (necessary if multiple editors in the same view)
inputId | String | - | Set inputId when you want to embed trix editor inside a form.
`html
TrixVue Editor
1. Simple TrixVue example:
`
_Use inside a form_
`html
TrixVue Editor
2. TrixVue inside form:
``
MIT