'Display a YAML file in the UI using reactjs?
I want to display a YAML file in the UI of my component using Reactjs.
const ymlText = YAML.stringify({
json1
});
ymlTxt
is my YAML file, I want it to display in UI.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|