xml-view-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Usage

Installation

npm i xml-view-react

Quick start

import XmlView from 'xml-view-react';
var xml =
'<?xml version="1.0" encoding="utf-8"?>' +
'<note importance="high" logged="true">' +
'    <title>Happy</title>' +
'    <todo>Play</todo>' +
'</note>';
<XmlView value={xml} title={<span style={{ color: 'pink' }}>xml解析</span>} copySuccess={() => alert('复制成功')} />

/xml-view-react/

    Package Sidebar

    Install

    npm i xml-view-react

    Weekly Downloads

    2

    Version

    0.0.3

    License

    ISC

    Unpacked Size

    92.4 kB

    Total Files

    37

    Last publish

    Collaborators

    • coldhand