You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HerrHase
fc791275ec
|
2 years ago | |
---|---|---|
src | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
package.json | 2 years ago |
README.md
Tiny Components - Raw
Component for not escaping Html. Thanks to (@GianlucaGuarini)[https://github.com/GianlucaGuarini]
Installation
Setup this registry in your project .npmrc file:
@tiny-components:registry=https://gitea.node001.net/api/pa()ckages/tiny-components/npm/
Install with npm or yarn
npm i --save @tiny-components/raw
yarn add @tiny-components/raw
Using
Thats all, html in String will not escaped.
<tiny-raw html={ htmlString }></tiny-raw>