Skip to content

Commit

Permalink
better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lullaby6 committed Oct 20, 2023
1 parent a38556d commit 866ebe8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 1,16 @@
# HTML-Component Library

## Table of Contents
- [Overview](#overview)
- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Creating a Basic Component](#creating-a-basic-component)
- [Using Props](#using-props)
- [Creating Layout Components with Children](#creating-layout-components-with-children)
- [Shadow DOM](#shadow-dom)
- [Event Listeners](#event-listeners)
- [Tips](#tips)

## Overview

The HTML-Component library is a lightweight JavaScript library designed to simplify the creation and management of HTML components for web applications. This library allows you to define reusable components, pass data to them, and even encapsulate styles and behavior within a component's Shadow DOM.
Expand Down

0 comments on commit 866ebe8

Please sign in to comment.