Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soaple/react-typograms
- Owner: soaple
- License: apache-2.0
- Created: 2023-08-20T11:32:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-21T02:42:13.000Z (about 1 year ago)
- Last Synced: 2024-04-24T15:19:27.428Z (7 months ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.