
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@opuscapita/oc-cm-filtering-pane
Advanced tools
Provides a filtering pane with optional a tab based navigation (@opuscapita/react-responsive-navbar), left aligned content, right aligned content and dropdown menu (@opuscapita/react-dropdown).
npm install @opuscapita/oc-cm-filtering-pane
View the DEMO
The default build with compiled styles in the .js file. Also minified version available in the lib/umd directory.
You need to configure your module loader to use cjs
or es
fields of the package.json to use these module types.
Also you need to configure sass loader, since all the styles are in sass format.
Prop name | Type | Default | Description |
---|---|---|---|
class | string | required | ID for the DOM element |
id | string | required | Class for the DOM element |
tabs | tabsType | Defines options for the responsive navigation bar (see tabsType for more information). | |
leftAlignedContent | node | null | Left aligned content |
rightAlignedContent | node | null | Right aligned content |
menuItems | array | [] | @opuscapita/react-dropdown: List of the dropdown menu items (check menuItems props from @opuscapita/react-dropdown) |
Prop name | Type | Default | Description |
---|---|---|---|
activeKey | number or object | required | @opuscapita/react-responsive-navbar: Navbar item to be active initially |
list | list | required | @opuscapita/react-responsive-navbar: navigation items |
onSelect | function | null | @opuscapita/react-responsive-navbar: Callback fired when the active item changes |
showNavItemBorder | bool | false | @opuscapita/react-responsive-navbar: show bottom-border below navbar items |
showNavItemTooltip | bool | true | @opuscapita/react-responsive-navbar: enables tooltips for nav items |
import React from "react";
import FilteringPane from "@opuscapita/oc-cm-filtering-pane";
export default class ReactView extends React.Component {
render() {
return <FilteringPane propName="propValue" />;
}
}
FAQs
OpusCapita CM Common Filtering Pane component
We found that @opuscapita/oc-cm-filtering-pane demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 29 open source maintainers 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.