How to use the draftjs-conductor.blockDepthStyleFn function in draftjs-conductor

To help you get started, we’ve selected a few draftjs-conductor examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github springload / draftail / lib / api / behavior.js View on Github external
blockStyleFn(block: ContentBlock) {
    const type = block.getType();

    return `Draftail-block--${type} ${blockDepthStyleFn(block)}`;
  },

draftjs-conductor

📝✨ Little Draft.js helpers to make rich text editors “just work”

MIT
Latest version published 2 years ago

Package Health Score

54 / 100
Full package analysis