@linkedmd/components
TypeScript icon, indicating that this package has built-in type declarations

0.2.6 • Public • Published

@linkedmd/component

React component to embed Linked Markdown files

NPM JavaScript Style Guide

Install

npm install --save @linkedmd/component

or

yarn add @linkedmd/component

Usage

import React, { Component } from 'react'

import { LinkedMarkdownViewer } from '@linkedmd/component'
import '@linkedmd/component/dist/index.css'

class Example extends Component {
  render() {
    return
      <LinkedMarkdownViewer
        fileURI="ipfs://bafkreibrzdmvj3n3inklvyjp5c5wmqv4w6jnafz5paaxfyk27v47gjxmhe"
      />
  }
}

For a full-on example, check this.

License

MIT © nation3

Readme

Keywords

none

Package Sidebar

Install

npm i @linkedmd/components

Weekly Downloads

1

Version

0.2.6

License

MIT

Unpacked Size

3.56 MB

Total Files

10

Last publish

Collaborators

  • luisivan