Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soaple/react-typograms

Unofficial React bindings for Typograms
https://github.com/soaple/react-typograms

Last synced: 15 days ago
JSON representation

Unofficial React bindings for Typograms

Awesome Lists containing this project

README

        

# react-typograms
Unofficial React bindings for Typograms

## Installation

```bash
npm install --save react-typograms
```

## Usage

```jsx
import Typograms from 'react-typograms';

function MyComponent() {
return (
My first diagram!
+----+
`}
/>
);
}

export default MyComponent;
```

## License
This package releases under the Apache-2.0 License.