Teradata / covalent

Teradata UI Platform built on Angular Material
https://teradata.github.io/covalent/
MIT License
2.23k stars 358 forks source link

feat(components): add notebook, cell and code editor components #2209

Closed bsahitya closed 1 month ago

bsahitya commented 1 month ago

Description

Web components added:

  1. Code editor
  2. Notebook
  3. Notebook cell

What's included?

  1. Code editor - Creates a monaco editor instance with the options passed
  2. Notebook - Resembles a python notebook. Renders notebook cells as children.
  3. Notebook cell - Resembles a python notebook cell

Test Steps

General Tests for Every PR

Screenshots or link to StackBlitz/Plunker

Code editor

Screenshot 2024-07-29 at 5 03 33 PM

Notebook cell

Screenshot 2024-07-29 at 5 04 27 PM

Notebook

Screenshot 2024-07-30 at 9 48 41 AM