Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Branch | Build Status |
---|---|
master | |
develop |
Work in progress, not for use at the moment.
The UI-Kit will be heavily based on:
Carbon Components >U.S. Webdesign System >Sketch Favicon Exporter Template
View available Components here. Usage information is available when you click the blue ? icon in the top right corner of the selected component.
Run the following command using npm:
npm install @wfp/ui
Import a react component
import { Breadcrumb, BreadcrumbItem, BreadcrumbHome } from '@wfp/ui';
Import the css
@import '@wfp/ui/css/styles';
View available React Components here. Usage information is available when you click the blue Show Info icon in the top right corner of the selected component.
All the logo files can be found in the wfp-ui/logos
folder.
Currently the logo is available in
The Source files can be found in sketch/WFP Logos.sketch
.
The Sketch Library can be used to easily create new UI in Sketch App. You can download it Sketch App.
All the logo files can be found in the wfp-ui/favicons
folder.
The full sizes catalog which has to be added to the header.
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#006CB6">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#006CB6">
Please refer to the Contribution Guidelines before starting any work.
We recommend the use of React Storybook for developing components.
Start the server:
$ yarn storybook
Open browser to http://localhost:9000/
.
Develop components in their respective folders (/components
or /internal
).
Write stories for your components in /.storybook
.
FAQs
WFP UI Kit
The npm package @wfp/ui receives a total of 245 weekly downloads. As such, @wfp/ui popularity was classified as not popular.
We found that @wfp/ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.