Skip to content

Commit ba336e7

Browse files
committed
fixes
1 parent 6c3a342 commit ba336e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# useCustomElement React Hook
22

3-
[![Build Status](https://travis-ci.org/the-road-to-learn-react/use-custom-element.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/use-custom-element) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-learn-react/use-custom-element.svg)](https://greenkeeper.io/) [![Coverage Status](https://coveralls.io/repos/github/the-road-to-learn-react/use-custom-element/badge.svg?branch=master)](https://coveralls.io/github/the-road-to-learn-react/use-custom-element?branch=master) ![NPM](https://img.shields.io/npm/l/use-custom-element.svg)
3+
[![Build Status](https://travis-ci.org/the-road-to-learn-react/use-custom-element.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/use-custom-element) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-learn-react/use-custom-element.svg)](https://greenkeeper.io/) ![NPM](https://img.shields.io/npm/l/use-custom-element.svg)
44

55
Custom hook to bridge Custom Elements (Web Components) to React.
66

@@ -19,7 +19,7 @@ import React from 'react';
1919
// install via npm install road-dropdown
2020
import 'road-dropdown';
2121
22-
import customElementProps from 'use-custom-element';
22+
import useCustomElement from 'use-custom-element';
2323
2424
const Dropdown = props => {
2525
const [customElementProps, ref] = useCustomElement(props);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-custom-element",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)