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

0.4.0 • Public • Published

react-typograms

Unofficial React bindings for Typograms

Installation

npm install --save react-typograms

Usage

import Typograms from 'react-typograms';

function MyComponent() {
    return (
        <Typograms
            content={`
+----+
|    |---> My first diagram!
+----+
    `}
        />
    );
}

export default MyComponent;

License

This package releases under the Apache-2.0 License.

Package Sidebar

Install

npm i react-typograms

Weekly Downloads

0

Version

0.4.0

License

Apache-2.0

Unpacked Size

95 kB

Total Files

7

Last publish

Collaborators

  • soaple