Skip to content

Commit

Permalink
docs: add info about Ember wrapper (atomiks#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
al3xnag authored Nov 19, 2021
1 parent c98ccf2 commit 60aee16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ For detailed usage information,

## Component Wrappers

React: [@tippyjs/react](https://github.com/atomiks/tippyjs-react)
- React: [@tippyjs/react](https://github.com/atomiks/tippyjs-react) (official)
- Ember: [ember-tippy](https://github.com/nag5000/ember-tippy) (unofficial)

## License

Expand Down
9 changes: 8 additions & 1 deletion website/src/pages/v6/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,19 @@ don't get removed.
</html>
```

### React
### Component Wrappers

#### React

Using React? Use the
[official component package](https://github.com/atomiks/tippyjs-react) which
integrates well with React, allowing you to use Tippy declaratively.

#### Ember

There is the unofficial [ember-tippy](https://github.com/nag5000/ember-tippy) addon
for Emberistas.

### Optional extra imports

For brevity, this documentation shows imports via a module bundler in Node. If
Expand Down

0 comments on commit 60aee16

Please sign in to comment.