Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fliplet/fliplet-widget-text
A Fliplet component that creates an editable text area
https://github.com/fliplet/fliplet-widget-text
Last synced: about 4 hours ago
JSON representation
A Fliplet component that creates an editable text area
- Host: GitHub
- URL: https://github.com/fliplet/fliplet-widget-text
- Owner: Fliplet
- Created: 2019-09-02T10:28:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T09:06:15.000Z (22 days ago)
- Last Synced: 2024-10-18T04:59:55.642Z (20 days ago)
- Language: JavaScript
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fliplet Text
A Fliplet component that creates a editable text areaTo develop widgets, please follow our [widget development guide](http://developers.fliplet.com).
---
Install dependencies:
```
$ npm install fliplet-cli -g
```---
Clone and run for development:
```
$ git clone https://github.com/Fliplet/fliplet-widget-text.git
$ cd fliplet-widget-text$ fliplet run
```