@sproutsocial/seeds-partner-logos
v1.11.1
Published
Seeds Partner Logos
Downloads
71
Readme
Seeds Partner Logos
This package contains all the assets for partner logos used by Sprout Social. This package is automatically updated with Figma.
Installation Process
Run the following command to install @sproutsocial/seeds-partner-logos
:
yarn add @sproutsocial/seeds-partner-logos
It is recommended to use this package in conjunction with @sproutsocial/racine
and the PartnerLogo
component. Check your version of Racine's peer dependencies to know exactly which versions of this package are compatible.
In order for the SVG assets to be utilized in your application, they need to be loaded onto the page. This can be done utilizing the sprite sheet found at dist/sprites/index.svg
or by using the Sprite
string export.
For additional guidance on loading SVGs in an application, please visit the documentation on the reference site.
For more details on using the PartnerLogo
component check out the documentation on the reference site.
Adding a new logo or modifying an existing one
To add a new logo to this package, the logo should be added to Sprout Social's Figma page for partner logos. This page is used as a source of truth for assets in this package. Similarly, to modify a logo in this package, modify the corresponding logo on the Figma page.
A GitHub Action triggers twice a day to retrieve the assets from Figma and create a PR containing any changes. After the PR is approved and merged, a release is created for this package with the latest changes.