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

https://github.com/jacklehamster/obj-assembler

Code for assembling an object from a JSON with external references.
https://github.com/jacklehamster/obj-assembler

circular-reference composition json

Last synced: 6 months ago
JSON representation

Code for assembling an object from a JSON with external references.

Awesome Lists containing this project

README

          

# dok-lib

> Made with create-react-library

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

## Install

```bash
npm install --save dok-lib
```

## Usage

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

import MyComponent from 'dok-lib'
import 'dok-lib/dist/index.css'

class Example extends Component {
render() {
return
}
}
```

## License

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