Skip to content

Commit

Permalink
docs: ✏️ Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Aug 22, 2024
1 parent dcbc2cc commit 367f4b8
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,16 @@ window.SPECCER_LITERALS = [
];
```

> [!TIP]
> Try it out with emoticons!
>
> ```js
> window.SPECCER_LITERALS = [
> '🥰',
>
> ];
> ```
#### Subtle anatomy
![Image of subtle option for anatomy](./public/subtle.png)
Expand Down Expand Up @@ -426,11 +436,12 @@ In your component examples, use the following attribute on your grid container.
<div data-speccer="grid" >…</div>
```

If you only want to display `rows` or `columns`, use this syntax (default is both with `grid` only):

```html
<div data-speccer="grid [rows|columns]" >…</div>
```
> [!TIP]
> If you only want to display `rows` or `columns`, use this syntax (default is both with `grid` only):
>
> ```html
> <div data-speccer="grid [rows|columns]" >…</div>
> ```
### Mark elements
Expand Down

0 comments on commit 367f4b8

Please sign in to comment.