2.1.2 • Published 3 years ago

tailwindtexteditor v2.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What is this?

This package is a tailwind text editor

Not Official Still In Progress

This Package Requires TailwindCss

Install

npm i tailwindtexteditor --save

In Your HTML

<div id="editor"></div>

With Initial Value

<div id="editor" data-value="<p class='text-2xl'>Initial Value</p>"></div>

In Your JS

import Editor from 'tailwindtexteditor'

new Editor("editor");
2.1.2

3 years ago

2.1.1

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.1.0

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago