1.0.0 • Published 1 year ago

@modusoperandi/licit-glossary v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

licit-plugin-contrib-glossary

Glossary/Dictionary plugin - allows linking to a glossary/acronym/dictionary term, and when hovered over, displays the meaning/spelled out acronym/definition.

Build

Commands

  • npm ci

  • npm pack

To use this in Licit

Install the Glossary plugin in Licit

  • npm install modusoperandi-licit-glossary-0.0.1.tgz

Include plugin in licit component

  • import GlossaryPlugin

  • add GlossaryPlugin instance in licit's plugin array

import  GlossaryPlugin  from  '@modusoperandi/licit-glossary';

const  plugins = [new  GlossaryPlugin()]

ReactDOM.render(<Licit docID={0} plugins={plugins}/>
1.0.0

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago