1.0.27 • Published 1 year ago
lidia-editor v1.0.27
Lidia Editor
An intuitive and minimal WYSIWYG react editor. Ideal for everyone: developers, designers, and general users.
Key Features
- Intuitive Interface: Easy to use for users of all levels.
- Real-time Editing: Instantly see changes as you edit.
- Flexible Customization: Customize with various options.
- Clean Code Export: Generates clean, semantic HTML.
Screenshots
Installation
To use Lidia Editor, simply add it as follows:
// Import lidia-editor package
import { LidiaEditor } from 'lidia-editor'
function App() {
// Define the 'html' state and the 'setHtml' function using the useState hook from React
const { html, setHtml } = useState("");
return (
<div className="App">
<LidiaEditor
html={html}
setHtml={setHtml}
/>
</div>
);
}
export default App;
1.0.22
1 year ago
1.0.26
1 year ago
1.0.25
1 year ago
1.0.24
1 year ago
1.0.23
1 year ago
1.0.27
1 year ago
1.0.19
1 year ago
1.0.21
1 year ago
1.0.20
1 year ago
1.0.18
1 year ago
1.0.17
1 year ago
1.0.16
1 year ago
1.0.15
1 year ago
1.0.14
1 year ago
1.0.9
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.13
1 year ago
1.0.12
1 year ago
1.0.8
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago