![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.
@operational/blocks
Advanced tools
The @operational/blocks
package builds on @operational/components, delivering larger, opinionated pieces of UI that handle a fair bit of their own state or side effects.
Install the package via npm or yarn:
npm install @operational/blocks @operational/components
It is likely you will be using blocks together with components, so we recommend installing them together.
Create your first Filter
block-based application like so:
import React from "react"
import { Filter } from "@operational/blocks"
import { Input, ThemeProvider, operationalTheme } from "@operational/components"
const App = () => {
<ThemeProvider theme={operationalTheme}>
<Filter>
<Input id="field-1" value="Value 1" />
<Input id="field-2" value="Value 2" />
<DatePicker id="field-3" start="01-01-2018" />
</Filter>
</ThemeProvider>
}
This component interacts smoothly with data input components from @operational/components
to render a filter summary, and add the fields themselves into a modal. See more at the filter documentation page.
Head to the blocks section of the documentation site to see what you can do with blocks.
FAQs
Opinionated composed ui components
We found that @operational/blocks 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.