Skip to content

Commit

Permalink
chore: update root README and home page of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Mar 7, 2024
1 parent c8106ad commit 6020201
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ users type values according to predefined format.

- Server Side Rendering and Shadow DOM support.

- You can use it with `HTMLInputElement` and `HTMLTextAreaElement`.
- You can use it with `HTMLInputElement` or `HTMLTextAreaElement` or even with `[contenteditable]` element.

- **Maskito** core is zero-dependency package. You can mask input in your vanilla JavaScript project. However, we have
separate packages for Angular, React and Vue as well.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ <h2>Why Maskito?</h2>
<li class="tui-list__item">
You can use it with
<code>HTMLInputElement</code>
and
/
<code>HTMLTextAreaElement</code>
.
or even with
<code>[contenteditable]</code>
element .
</li>

<li class="tui-list__item">
Expand Down

0 comments on commit 6020201

Please sign in to comment.