Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 629 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 629 Bytes

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 ntms

Usage

import React, { Component } from 'react'

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

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

License

MIT © arnaudDerbey