JSPM

  • Created
  • Published
  • 0
  • Score
    100M100P100Q54475F
  • License MIT

A dead simple way to add and collaborate on your site's translations with the Notion api

Package Exports

  • next-ntms

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (next-ntms) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

next-ntms

A dead simple way to add and collaborate on your site's translations with the Notion api

NPM JavaScript Style Guide

Install

npm install --save next-ntms

Usage

import React, { Component } from 'react'

import MyComponent from 'next-ntms'
import 'next-ntms/dist/index.css'

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

License

MIT © arnaudDerbey