https://github.com/paraboly/pwc-leaflet-text
Customizable text layer for leaflet written as a web component. It will support all the main frameworks (React, Vue, Angular etc.)
https://github.com/paraboly/pwc-leaflet-text
Last synced: about 1 year ago
JSON representation
Customizable text layer for leaflet written as a web component. It will support all the main frameworks (React, Vue, Angular etc.)
- Host: GitHub
- URL: https://github.com/paraboly/pwc-leaflet-text
- Owner: Paraboly
- License: mit
- Created: 2019-11-18T11:44:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T17:43:47.000Z (over 5 years ago)
- Last Synced: 2025-04-09T23:42:58.305Z (about 1 year ago)
- Language: TypeScript
- Size: 253 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://github.com/Paraboly/pwc-leaflet-text)
[](https://www.npmjs.com/package/@paraboly/pwc-leaflet-text)
[](https://www.npmjs.com/package/@paraboly/pwc-leaflet-text)

[](https://opensource.org/licenses/MIT)
## [Live Codepen Example](https://codepen.io/wrathchaos/pen/dyyvRzM)
## Installation
### Script tag
- Put a script tag similar to this `` in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc
### Node Modules
- Run `npm install @paraboly/pwc-leaflet-text --save`
- Put a script tag similar to this `` in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc
### In a stencil-starter app
- Run `npm install @paraboly/pwc-leaflet-text --save`
- Add an import to the npm packages `import @paraboly/pwc-leaflet-text;`
- Then you can use the element anywhere in your template, JSX, html etc
# Usage
## Basic Usage
This is just an example from pwc-animated-checkbox, you need to change it !
## Future Plans
- [x] ~~Documentation~~
- [x] ~~LICENSE~~
- [ ] NPM Publish
## Authors
SchemeSonic, haldun.yildiz@paraboly.com | dev@paraboly.com
## License
WebComponent PWC README Boilerplate is available under the MIT license. See the LICENSE file for more info.