markster
Advanced tools
Weekly downloads
Readme
import { Component, h, Host } from '@stencil/core';
import 'markster';
@Component({
tag: 'my-component'
})
export class MyComponent {
render() {
return <Host>
<mark-ster
text={'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque porta eros nibh, a iaculis nisl congue vitae.'}
searchWords={'ipsum iaculis elit'} />
</Host>;
}
}
<script src='https://unpkg.com/markster@latest/dist/markster.js'></script>
<mark-ster
text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque porta eros nibh, a iaculis nisl congue vitae."
search-words="ipsum iaculis elit"></mark-ster>
<script src="https://unpkg.com/markster@latest/dist/markster.js"></script>
in the head of your index.htmlnpm install markster --save
import 'markster';
FAQs
a web component for highlighting text
The npm package markster receives a total of 562 weekly downloads. As such, markster popularity was classified as not popular.
We found that markster demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.