
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
react-simple-toolbar
Advanced tools
A carefully crafted toolbar for React
No support for overflowing items
$ npm install react-simple-toolbar --save
var Toolbar = require('react-simple-toolbar')
var Region = Toolbar.Region
<Toolbar>
<Region>
Export
</Region>
<Region flex={2}>
<Toolbar>
<Region align="center">Import from CSV</Region>
<Region align="center">Import from Excel</Region>
</Toolbar>
</Region>
<Region>
Save
</Region>
</Toolbar>
//second example
<Toolbar>
<Region align="left">
Export
</Region>
<Region align="right">
Save
</Region>
</Toolbar>
If you don't specify an align, here is how it will behave:
If you have no region in the toolbar, one will be created by default and will contain all toolbar children.
See changelog
Use Github issues for feature requests and bug reports.
We actively welcome pull requests.
For setting up the project locally, use:
$ git clone https://github.com/zippyui/react-simple-toolbar
$ cd react-simple-toolbar
$ npm install
$ npm serve # to start http server
$ npm dev * to start webpack-dev-server
Now navigate to localhost:9091
Before building a new version, make sure you run
$ npm run build
which compiles the src
folder (which contains jsx files) into the lib
folder (only valid EcmaScript 5 files).
FAQs
A carefully crafted simple toolbar for React
The npm package react-simple-toolbar receives a total of 46 weekly downloads. As such, react-simple-toolbar popularity was classified as not popular.
We found that react-simple-toolbar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.