1.0.2 • Published 6 years ago

morkie-react v1.0.2

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

morkie-react

The beloved reimagined in React

Installation

npm install morkie-react

Usage

import Morkie from 'morkie-react';

export default class SomeComponent extends React.Component {
  render(){
    return(
      <Morkie text={`some sort of text`}/>
    );
  }
}
...
1.0.2

6 years ago

1.0.0

6 years ago