
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@justeat/f-error-message
Advanced tools
Generic inline error message
This package can be installed using npm or yarn:
You can import it in your Vue SFC like this (please note that styles have to be imported separately):
import ErrorMessage from '@justeat/f-error-message';
import '@justeat/f-error-message/dist/f-error-message.css';
export default {
components: {
ErrorMessage
}
}
If you are using Webpack, you can import the component dynamically to separate the error-message
bundle from the main bundle.client.js
:
import '@justeat/f-error-message/dist/f-error-message.css';
export default {
components: {
...
ErrorMessage: () => import(/* webpackChunkName: "error-message" */ '@justeat/f-error-message')
}
}
f-error-message
does not expose any props.
<error-message>Default error message</error-message>
Start by cloning the repository and installing the required dependencies:
$ git clone git@github.com:justeat/fozzie-components.git
$ cd fozzie-components
$ yarn
Change directory to the f-error-message
package:
$ cd packages/components/atoms/f-error-message
Storybook can be used to develop new and existing components.
To start storybook:
Please ensure you are in the f-error-message directory as outlined in the above instructions.
# cd to the storybook package
$ cd ../../../storybook
# Run storybook
$ yarn storybook:serve
This will build and serve storybook at http://localhost:8080.
v2.5.0
October 15, 2020
FAQs
Fozzie Error Message – Generic inline error message
We found that @justeat/f-error-message 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.