<div align="center"> <img alt="devbar logo" height="60" src="./assets/devtoolbar.png"> <h1 align="center"> Dev Toolbar </h1> <p>Dev Toolbar is a simple utility that runs in the browser to help you glance at your web application's performance.
npm install dev-toolbar
Dev Toolbar is a simple utility that runs in the browser to help you glance at your web application's performance.
Originally built for featureOS.

A simple developer toolbar for react based apps.
- FPS
- Memory
- DOM elements size
- Chrome Extension
- Dark and light mode
- Custom buttons
- Areas (islands) to render whatever you want
``bash`
npm install dev-toolBar
`jsx
import React from 'react'
import DevToolBar from 'dev-toolBar'
const App = () => {
return (
Contributing
1. Fork it!
2. Create your feature branch:
git checkout -b feat-{feature-name}
3. Commit your changes: git commit -am 'Add some feature'
4. Push to the branch: git push origin feat-{feature-name}`---