
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@asphalt-react/flag
Advanced tools
Flag component is used to provide any information from the application to the user. They should be used for successful, cautious, destructive kind of messages. Flags can be inlined, floated, embedded or shown as a banner.
import {
InlineFlag,
FloatingFlag,
BannerFlag,
PageFlag
} from "@asphalt-react/flag"
<InlineFlag success>
Email format is incorrect
</InlineFlag>
<FloatingFlag title="Remove user?" danger>
This action is irreversible
</FloatingFlag>
<BannerFlag title="Policy changes" warning>
Tax rules are changing in the next month
</BannerFlag>
<PageFlag title="We don't spam" neutral>
We will only send you useful emails
</PageFlag>
There are four variants of Flags, each avaiable as named exports:
InlineFlag: Used to show information related to form fields, for example, a validation error.
FloatingFlag: Used for showing alerts or toasts. Floating flags are responsive to viewport sizes.
BannerFlag: Used to show information that demands more user attention. It adjusts to the container's width always.
PageFlag: Used to show contextual background information for filling a form. Embeds the Flag into the page and adjusts to the container's width.
All Flags support multiple support intents:
If a Flag receives multiple intents, it fallbacks to the "info" intent. For example:
<PageFlag warning danger title="Required fields">
All fields are mandatory
</PageFlag>
This will render a Page flag with "info" intent.
Flags is composed of predefined areas to serve a particular purpose. They adapt to different variants and intents.
InlineFlag only has icon and text in them and they are not dismissable.
Icon & Title can be center aligned when there is no description and action area. Actions render in the start of the flag. They can be moved to the end as well.
React node for the main content.
| type | required | default |
|---|---|---|
| node | false | null |
To override the default qualifier icon. Pass false to hide it.
Accepts SVG.
| type | required | default |
|---|---|---|
| union | false | null |
Size of the flag, controls the icon and text size.
| type | required | default |
|---|---|---|
| enum | false | "m" |
Enables the info intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the success intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the danger intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the warning intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the neutral intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the invalid intent.
| type | required | default |
|---|---|---|
| bool | false | false |
React node for the desciption content.
| type | required | default |
|---|---|---|
| node | false | null |
React node for the title content.
| type | required | default |
|---|---|---|
| node | false | null |
To override the default qualifier icon. Pass false to hide it.
Accepts SVG.
| type | required | default |
|---|---|---|
| union | false | null |
List of actionable elements.
| type | required | default |
|---|---|---|
| node | false | null |
Enables the info intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the success intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the danger intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the warning intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the neutral intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Callback for dismiss action.
| type | required | default |
|---|---|---|
| func | false | N/A |
React node for the desciption content.
| type | required | default |
|---|---|---|
| node | false | null |
React node for the title content.
| type | required | default |
|---|---|---|
| node | false | null |
Centers the title horizontally.
| type | required | default |
|---|---|---|
| bool | false | false |
To override the default qualifier icon. Pass false to hide it.
Accepts SVG.
| type | required | default |
|---|---|---|
| union | false | null |
List of actionable elements.
| type | required | default |
|---|---|---|
| element | false | null |
Positions the actionable element towards the end of the container
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the info intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the success intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the danger intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the warning intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the neutral intent.
| type | required | default |
|---|---|---|
| bool | false | false |
Callback for the dismiss action.
| type | required | default |
|---|---|---|
| func | false | N/A |
React node for the desciption content.
| type | required | default |
|---|---|---|
| node | false | null |
React node for the title content.
| type | required | default |
|---|---|---|
| node | false | null |
Centers the title horizontally.
| type | required | default |
|---|---|---|
| bool | false | false |
To override the default qualifer icon. Pass false to hide it.
Accepts SVG.
| type | required | default |
|---|---|---|
| union | false | null |
List of actionable elements.
| type | required | default |
|---|---|---|
| element | false | null |
Positions the actionable element towards the end of the container
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the info intents.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the success intents.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the danger intents.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the warning intents.
| type | required | default |
|---|---|---|
| bool | false | false |
Enables the neutral intents.
| type | required | default |
|---|---|---|
| bool | false | false |
Callback for dismiss action.
| type | required | default |
|---|---|---|
| func | false | N/A |
FAQs
Flag
The npm package @asphalt-react/flag receives a total of 314 weekly downloads. As such, @asphalt-react/flag popularity was classified as not popular.
We found that @asphalt-react/flag demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.