New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

html-hint

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-hint

css hint based on hint.css with html content support

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

#css html hint based on hint.css with html content support

The main disadvantage of hint.css is it's inability to show html content inside hint. This css library extends hint.css with html hints.

###Example See example

###How to To create HTML hint, download any css from dist folder, Create hint as in hint.css documentation, add hint--html class, add div (or other) tag with hint__content class example

 I'm a
<span class="hint hint--html hint--right" style="color: #0099FF">
  hint right
  <div class="hint__content"> <!--your html hint content goes here-->
    <div style="width: 140px; margin: 5px">
      I'm a <strong>hint html content</strong>
    </div>
    <div>
      <img style="width: 20px;height:20px" src="GitHub-Mark-64px.png">
    </div>
  </div>
</span>

#Install Just download any css from dist folder or install with npm

npm install --save html-hint

##Build

npm install
#create dist/html-hint.css
npm run build 
#create dist/html-hint.min.css
npm run min

License

MIT (http://www.opensource.org/licenses/mit-license.php)

Keywords

FAQs

Package last updated on 26 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc