Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4 (Unreleased)

* Add developer tools for component ID discovery

## 0.0.3 (May 15, 2020)

* Remove 'use strict' directive from the built CommonJS module dist,
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ class App extends Component {
}
```

## ID discovery

On a large or complex page it can be difficult to find the IDs of overridable components,
and looking through the source code manually is time consuming.

The library therefore includes a lightweight developer tool to aid with ID discovery.
To enable this feature, run `reactOverridableEnableDevMode()` in your browser console.
Then, hover over any overridable element to see a small label containing its ID.

## Install

To install the library, you will have to install the peer dependencies.
Expand Down
Loading
Loading