Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

markster

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Issues
File Explorer

Advanced tools

markster

a web component for highlighting text

    1.0.0latest
    GitHub

Version published
Maintainers
1
Weekly downloads
711
decreased by-9.31%

Weekly downloads

Readme

Source

markster2

Built With Stencil

Markster: a web component for highlighting text.

Examples

TSX

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>; } }

HTML

<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>

Using this component

Script tag

  • Put a script tag similar to this <script src="https://unpkg.com/markster@latest/dist/markster.js"></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil project

  • Run npm install markster --save
  • Add an import to the npm package import 'markster';
  • Then you can use the element anywhere in your stencil project.

Keywords

FAQs

Last updated on 01 Jun 2021

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc