Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
serikshaikamalov committed Jul 3, 2024
1 parent 1394620 commit a5cb93c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The component requires two properties:
- columnConfig. This is representaion of your entity.
- data. List of data that should be displayed in table

## Usage:
### Usage:

```js
import { LitElement, html, css } from "lit";
Expand Down Expand Up @@ -98,3 +98,11 @@ In this example:
- **tableConfig** defines the columns with optional **formatter** and **render** functions.

- **data** contains the rows of the table.

## Dropdown

## Utils

# Snippets

## How to deal with dark/light mode

0 comments on commit a5cb93c

Please sign in to comment.