Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andresin87/16bit-js-vm-model
https://github.com/andresin87/16bit-js-vm-model
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andresin87/16bit-js-vm-model
- Owner: andresin87
- Created: 2019-10-17T16:14:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T06:15:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-30T11:41:56.324Z (over 1 year ago)
- Language: JavaScript
- Size: 406 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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)