0.4.0 • Published 9 months ago

react-typograms v0.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months 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

9 months ago

0.3.3

9 months ago

0.3.2

9 months ago

0.3.1

9 months ago

0.3.0

9 months ago

0.2.0

9 months ago

0.1.0

9 months ago