@formkit/theme-editor
v0.5.1
Published
🖌️ Official theme editor for FormKit themes.
Downloads
655
Readme
Theme Editor
The official GUI theme editor for FormKit themes. Themes created with @formkit/theme-creator
can be loaded and manipulated with this editor.
The quickest way to use the theme editor is by visiting FormKit’s official theme website themes.formkit.co.
[!WARNING]
This project is still in development and is not ready for production use.
Installation
For the bravest of souls, you can install and use the theme editor on your own projects (it will require some as of yet undocumented configuration):
npm install @formkit/theme-editor
Then in your codebase, simply call import the createEditor()
function.
// main.ts
import { createEditor } from '@formkit/theme-editor'
createEditor()