@geekie/geekie-linkify
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

geekie-linkify

Basic usage

import React from "react";
import { DraftailEditor } from "draftail";
import createLinkifyPlugin from "@geekie/geekie-linkify";


const linkifyPlugin = createLinkifyPlugin();

export default = () => (
  <DraftailEditor
    entityTypes={[linkifyPlugin.entityType]}
    plugins={[linkifyPlugin]} 
  />
);

Dependents (0)

Package Sidebar

Install

npm i @geekie/geekie-linkify

Weekly Downloads

235

Version

0.0.4

License

MIT

Unpacked Size

25.1 kB

Total Files

10

Last publish

Collaborators

  • zonetti
  • mattbarros
  • izabelamelo
  • thomaz.morais
  • carlateo
  • leocpadua
  • rsalmeidafl
  • danielbucher
  • duailibe