From dac5c4d9ec19d1032c659a24fadec93262dd5ffd Mon Sep 17 00:00:00 2001 From: HerrHase Date: Fri, 3 Feb 2023 14:59:20 +0100 Subject: [PATCH] adding --- LICENSE | 2 +- README.md | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 2071b23..06e8d21 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) <2023> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index dcca04b..0c224da 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,25 @@ -# raw +# Tiny Components - Raw -Shows unescaped Html. +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. ``` ```