0.4.0 • Published 2 years ago

react-typograms v0.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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.

0.4.0

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago