Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andresin87/16bit-js-vm-model


https://github.com/andresin87/16bit-js-vm-model

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# 16bit-js-vm-model

>

[![NPM](https://img.shields.io/npm/v/16bit-js-vm-model.svg)](https://www.npmjs.com/package/16bit-js-vm-model) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save 16bit-js-vm-model
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from '16bit-js-vm-model'

class Example extends Component {
render () {
return (

)
}
}
```

## License

MIT © [andresin87](https://github.com/andresin87)