![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.
@gold.au/callout
Advanced tools
Use callout to notify and alert users of important snippets of information.
Use callout to notify and alert users of important snippets of information.
yarn add @gold.au/callout
npm install @gold.au/callout
Usage:
import { AUcallout, AUcalloutCalendar } from './callout.js';
<AUcallout title="Description for this callout">
AUcallout content
</AUcallout>
<AUcalloutCalendar
title="description for this callout"
datetime="2017-01-01T00:00:00+00:00"
time="Sunday 32 Jun"
subline="Your next appointment is"
name="Talk to boss"
/>
All props:
<AUcallout
title="Description for this callout" {/* The title is a must for screen readers */}
level={ 2 } {/* The tag level (<h1/> <h2/> etc), default: '1' */}
srOnlyTitle={ false } {/* Title is visible to screen readers only */}
attributeOptions {/* Any other attribute options */}
>
Callout content
</AUcallout>
<AUcalloutCalendar
title="description for this callout" {/* The title is a must for screen readers */}
level={ 2 } {/* The tag level (<h1/> <h2/> etc), default: '1' */}
srOnlyTitle={ true } {/* Title is visible to screen readers only */}
datetime="2017-01-01T00:00:00+00:00" {/* The date time string */}
time="Sunday 32 Jun" {/* The same date but human readable */}
subline="Your next appointment is" {/* Your subline, optional */}
name="Talk to boss" {/* The name of the event, optional */}
dark={ false } {/* A dark variation of the component */}
/>
(💡 additional props are spread onto the component)
For more details have a look at the usage example.
/callout
└─ /core
The visual test: https://auds.service.gov.au/packages/callout/tests/site/
margin-bottom
, increase margin-top
for paragraphs following calloutCopyright (c) Commonwealth of Australia. Licensed under MIT.
FAQs
Use callout to notify and alert users of important snippets of information.
We found that @gold.au/callout demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
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.