Raymond Zhou 76dcd1a920 Feat alert users with feedback instead of disabling next/save buttons (#68)
* feat: implemented user feedback ErrorAlerts
2022-05-13 15:23:42 -04:00
2022-04-14 15:01:04 -04:00
2022-03-24 11:15:32 -04:00
2022-03-30 15:13:19 -04:00
2021-11-19 14:28:50 -05:00
2022-04-14 15:01:04 -04:00

frontend-lib-content-components

A library of high-level components for content handling (viewing, editing, etc. of HTML, video, problems, etc.), to be shared by multiple MFEs.

How to develop this package

There are to distinct way to observe your changes. One can either either require your MFE to pull in its javascript from a local version of this package, or simply run the gallery view.

Using your prexisting MFE and moduleconfig.js

follow the below guide: https://github.com/openedx/frontend-build#local-module-configuration-for-webpack

Using the gallery view.

The gallery view runs the editor components with mocked out block data, and sometimes does not replicate all desired behaviors, but can be used for faster iteration on UI related changes. To run the gallery view, from the root directory, run

$ cd www $ npm start

and now the gallery will be live at http://localhost:8080/index.html. use the toggle at the top to switch between availible editors.

Description
No description provided
Readme AGPL-3.0 88 MiB
Languages
TypeScript 56.6%
JavaScript 42%
SCSS 1.4%