Skip to content

Commit

Permalink
add faq wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Aug 1, 2016
1 parent 8b63bde commit b94fcfd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Hint.css [![npm version](https://badge.fury.io/js/hint.css.svg)](https://badge.fury.io/js/hint.css) ![downloads/month](https://img.shields.io/npm/dm/hint.css.svg) [![Join the chat at https://gitter.im/chinchang/hint.css](https://badges.gitter.im/chinchang/hint.css.svg)](https://gitter.im/chinchang/hint.css?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Gratipay donate ](https://img.shields.io/badge/gratipay-donate-yellow.svg)](https://gratipay.com/~chinchang/)
*A tooltip library in CSS for your lovely websites*

[Demo](http://kushagragour.in/lab/hint/)[Get started](#get-started)[Who's using this?](#whos-using-this)[Browser support](#browser-support)[Contributing](#contributing)
[Demo](http://kushagragour.in/lab/hint/)[Get started](#get-started)[Who's using this?](#whos-using-this)[Browser support](#browser-support)[FAQs](#faqs)[Contributing](#contributing)

`hint.css` is written as a pure CSS resource using which you can create cool accessible tooltips for your web app. It does not rely on JavaScript but rather uses **aria-label**/**data-* attribute**, **pseudo elements**, **content property** and **CSS3 transitions** to create the tooltips. Also it uses **BEM** naming convention particularly for the modifiers.

Expand Down Expand Up @@ -90,6 +90,9 @@ Are you using **hint.css** in your awesome project too? Just tweet it out to [@h
- IE 10+ - basic + transition effects
- IE 8 & 9 - basic

### FAQs

Checkout the [FAQ Wiki](https://github.com/chinchang/hint.css/wiki/Frequently-Asked-Questions) for some common gotchas to be aware of while using **hint.css**.

## Contributing
`hint.css` is developed in SASS and the source files can be found in the `src/` directory.
Expand Down

0 comments on commit b94fcfd

Please sign in to comment.