Skip to content

Commit

Permalink
docs: Add the very basilar usage
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Jan 23, 2024
1 parent 3fcb643 commit d9c1e95
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,27 @@ Standard web components with efficient one-way data binding, an asynchronous ren
***
## 🎮 Quick start

It's super easy starting template as follows:

```html
<!doctype html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@didroom/components/dist/didroom-components/didroom-components.esm.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@didroom/components/dist/didroom-components/didroom-components.css"/>
</head>

<body style="padding: 20px">
<didroom-avatar size="xl" src="https://api.dicebear.com/7.x/open-peeps/svg" />
</body>
</html>

```

for the list of all the components docs:

[CLICK HERE TO START USING ME](https://forkbombeu.github.io/didroom-components/)

***
Expand Down

0 comments on commit d9c1e95

Please sign in to comment.