flowtext
v1.0.2
Published
A beautiful, feature-rich text editor component for React with mentions support and Tailwind CSS styling.
Readme
FlowText Editor 📝
A beautiful, feature-rich text editor component for React with mentions support and Tailwind CSS styling.
Features ✨
- 🎨 Modern UI with Tailwind CSS
- 📝 Rich text editing
- @ Mention support with dropdown
- 📊 Character and word count
- 🗑️ Clear text functionality
- 📱 Responsive design
- ♿ Auto text wrapping
Installation
```bash npm install flowtext-editor ```
Usage
```jsx import TextEditor from 'flowtext-editor';
function App() { return ; } ```
Requirements
- React 18+
- Tailwind CSS configured in your project
License
MIT
**.gitignore**node_modules/ dist/ .DS_Store *.log
