A dead simple way to add and collaborate on your site's translations with the Notion api
npm install --save ntms
import React, { Component } from 'react'
import MyComponent from 'ntms'
import 'ntms/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © arnaudDerbey