https://github.com/mattmezza/react-matrix-decode
A react component to simulate a reveal of text with matrix decodification effect.
https://github.com/mattmezza/react-matrix-decode
decode matrix react
Last synced: about 1 month ago
JSON representation
A react component to simulate a reveal of text with matrix decodification effect.
- Host: GitHub
- URL: https://github.com/mattmezza/react-matrix-decode
- Owner: mattmezza
- Created: 2017-02-09T21:52:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T23:27:04.000Z (over 9 years ago)
- Last Synced: 2025-06-19T19:04:30.983Z (12 months ago)
- Topics: decode, matrix, react
- Language: JavaScript
- Homepage: https://mattmezza.github.io/react-matrix-decode/
- Size: 298 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Matrix Decode
=======
`npm install react-matrix-decoder --save`
```javascript
import React from 'react'
import ReactDOM from 'react-dom'
import MatrixDecode from 'react-matrix-decoder'
class Container extends React.Component {
render () {
return (
this.refs.decode.decode()}>Matrix Decode!
)
}
}
ReactDOM.render(, document.getElementById('container'))
```
You will get this effect
