frega / editor-components

Components for CKEditor 5

Home Page:https://amazeelabs.github.io/editor-components/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom components for CKEditor 5

Library with custom components (created using LitElement) for CKEditor 5. It is built with Storybook.

Setup and usage

  • Install dependencies with npm run install or yarn install
  • Start the server with npm run storybook or yarn run storybook

Formatting

It uses prettier and ESLint. Available commands:

  • npm run lint (or yarn lint): see warnings and errors (if any)
  • npm run lint:fix (or yarn lint:fix): see warnings and errors, auto-fix any that can be automatically fixed

Deployment

This project is hosted on GitHub Pages. All deployments are logged.

To trigger a new deployment:

  • npm run deploy-storybook (or yarn deploy-storybook)

About

Components for CKEditor 5

https://amazeelabs.github.io/editor-components/


Languages

Language:JavaScript 77.1%Language:CSS 20.7%Language:HTML 2.2%