UNPKG

substance

Version:

Substance is a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing systems.

9 lines (8 loc) 165 B
import TextInput from './TextInput' export default { name: 'text-input', configure(config) { config.addComponent('text-input', TextInput) }, TextInput }