CaHtml
Parsing HTML adding listeners to links so that internal links gets routed to. Also adds a basic style to user added HTML if needed. Source: https://github.com/TYPO3-Initiatives/nuxt-typo3/blob/master/lib/templates/components/utilities/HtmlParser.vue
SASS-path: ./styles/components/atoms/ca-html.scss
Props
Name | Description | Type | Required | Default |
---|---|---|---|---|
content | HTML content to parse | String | true | - |
styled | Give the HTML a basic style | Boolean | false | true |