0.0.12 • Published 2 years ago

@nijatbakhtiyarli/editor v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

How to install

npm install @uvodohq/editor

How to use

import React from 'react'
import { Editor } from '@nijatbakhtiyarli/editor'

import '@nijatbakhtiyarli/editor/dist/style.css'

export default function App() {
  return (
    <>
      <Editor />
    </>
  )
}

Add Inter Font

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
  href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
  rel="stylesheet" />

editor