1.0.0 • Published 3 years ago

linked-data-ui v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

linked-data-ui

user interfaces based on ontology design patterns for linked data and knowledge graph

NPM JavaScript Style Guide

Install

npm install --save linked-data-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'linked-data-ui'
import 'linked-data-ui/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT ©