feat: Change and move content

- Add info to basics
- Move table variants from basic to components
This commit is contained in:
sthag 2025-04-12 14:25:55 +02:00
parent 4cf279bee5
commit b039c506a8
3 changed files with 133 additions and 100 deletions

View file

@ -147,6 +147,6 @@ tags:
// Create a new NewDiv instance
const newDiv = new NewDiv(100, 100, 800, 600, '#000');
newDiv.createDiv();
newDiv.appendToFrame(document.getElementById('space'));
newDiv.appendToFrame(space);
</script>
{% endblock %}