/react-typograms

Unofficial React bindings for Typograms

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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.