1.0.0 • Published 3 years ago

fluree-admin-components v1.0.0

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

fluree-admin-components

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save fluree-admin-components

Usage

import React, { Component } from 'react'

import MyComponent from 'fluree-admin-components'
import 'fluree-admin-components/dist/index.css'

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

License

© jdorety