Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/recordevolution/widget-textbox
Rendering a static Text for documentation of title
https://github.com/recordevolution/widget-textbox
dashboard-widget
Last synced: 2 days ago
JSON representation
Rendering a static Text for documentation of title
- Host: GitHub
- URL: https://github.com/recordevolution/widget-textbox
- Owner: RecordEvolution
- License: mit
- Created: 2023-11-07T22:46:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T15:47:29.000Z (10 months ago)
- Last Synced: 2024-04-24T18:10:53.964Z (7 months ago)
- Topics: dashboard-widget
- Language: TypeScript
- Size: 387 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.
## Installation
```bash
npm i widget-textbox
```## Usage
```html
import 'widget-textbox/widget-textbox.js';
```
## Expected data format## Tooling configs
For most of the tools, the configuration is in the `package.json` to reduce the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.
## Local Demo with `web-dev-server`
```bash
npm start
```To run a local development server that serves the basic demo located in `demo/index.html`