
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
ods-component-library
Advanced tools
The component library has to be consumed via the SIP feed (Connect to Azure Artifacts).
npm install @zeiss/ods-components-react
OR
yarn add @zeiss/ods-components-react
yarn workspace @zeiss/ods-components-react start:dev
yarn workspace @zeiss/ods-components-react lint
yarn workspace @zeiss/ods-components-react test
yarn workspace @zeiss/ods-components-react build
yarn workspace @zeiss/ods-components-react build:demo
import { Button } from '@zeiss/ods-components-react';
export default function Example() {
return <Button label="ODS Button" onClick={() => {}} />;
}
The library is styled with Tailwind. If your application is build with Tailwind, a Tailwind installation and integration of the ODS Foundations is required. Please refer to the ODS Foundations readme for further guidance regarding installation.
If the host application is not using Tailwind, it is sufficient to require the pre-compiled stylesheet. In your index.css file import:
@import '@zeiss/ods-components-react/dist/main.css';
CRA
and the tailwind integration. The usage of the library is
currently only possible via the pre-compiles stylesheet.FAQs
ODS component library
The npm package ods-component-library receives a total of 0 weekly downloads. As such, ods-component-library popularity was classified as not popular.
We found that ods-component-library 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.