![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
react-panels
Advanced tools
React.js panel component with tabs, toolbars, buttons, floating windows and customizable themes
A multipurpose tabbed panel component with many features. Using React v0.13.1 with addons.
Using bower
bower install react-panels
Include bower_components/react-panels/dist/react-panels[.min].js
after react-with-addons[.min].js
Using npm
npm install react-panels
var ReactPanels = require('react-panels')
// or
var ReactPanels = require('react-panels/addons')
Example usage:
var Panel = ReactPanels.Panel;
var Tab = ReactPanels.Tab;
var Toolbar = ReactPanels.Toolbar;
var Content = ReactPanels.Content;
var Footer = ReactPanels.Footer;
var MyPanel = React.createClass({
render: function () {
return (
<Panel theme="chemical">
<Tab title="One" icon="fa fa-plane">
<Toolbar>Toolbar content of One</Toolbar>
<Content>Content of One</Content>
<Footer>Footer content of One</Footer>
</Tab>
<Tab title="Two" icon="fa fa-fire">
<Content>Content of Two</Content>
</Tab>
</Panel>
);
}
});
Documentation for react-panels v2 is not available yet but you can take a look at the working examples for easy usages of almost all its features.
Feel free to fork this repo and make a PR. Any help is welcome, even fixing typos. I created react-panels to use it myself and I'm mostly adding new features or bug fixes on a need basis. So, if you need something specific, you can add/fix it yourself or open a new issue and I'll provide feedback as soon as possible.
Thanks to
The MIT License (MIT)
FAQs
React.js panel component with tabs, toolbars, buttons, floating windows and customizable themes
The npm package react-panels receives a total of 59 weekly downloads. As such, react-panels popularity was classified as not popular.
We found that react-panels 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.