sunmao-ui/packages/editor
Bowen Tan a092fceda4 Merge branch 'yz-patch'
* yz-patch:
  update the collapse component impl
  refine slotElements interface to avoid re-mount
  memomize slotElements to avoid extra re-mount
  adapt new slots spec in editor
  migrate all in-tree components to the new slot spec
  impl #388, support slot props and apply to tabs component

# Conflicts:
#	packages/arco-lib/src/components/Descriptions.tsx
#	packages/arco-lib/src/components/Progress.tsx
#	packages/arco-lib/src/components/Tabs.tsx
#	packages/runtime/src/components/_internal/ImplWrapper/ImplWrapperMain.tsx
#	packages/runtime/src/services/StateManager.ts
2022-05-30 18:59:00 +08:00
..
__fixture__ change style trait params to array 2021-12-20 11:36:33 +08:00
__tests__ refactor(editorMask): remove coordinates system 2022-05-30 16:24:11 +08:00
src Merge branch 'yz-patch' 2022-05-30 18:59:00 +08:00
types feat: add the TableColumn widget 2022-03-16 09:30:24 +08:00
babel.config.js editor init 2021-09-24 10:05:45 +08:00
index.html detect mouse position 2022-02-10 15:34:09 +08:00
jest.config.js fix jest fails loading css file bug 2022-01-29 14:34:30 +08:00
package.json Publish 2022-05-23 10:11:58 +08:00
playground.html refactor code namings to sunmao-ui 2021-11-21 14:38:33 +08:00
postcss.config.js manage editor styles in a single CSS 2022-01-04 13:44:30 +08:00
README.md editor init 2021-09-24 10:05:45 +08:00
tsconfig.json feat: add the TableColumn widget 2022-03-16 09:30:24 +08:00
vite.config.ts remove editor @emotion/react 2021-12-20 11:33:54 +08:00

editor

TODO: description

Usage

const editor = require('editor');

// TODO: DEMONSTRATE API