Skip to content

soaple/react-typograms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Unofficial React bindings for Typograms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published