@preply/ds-media-logos
v0.34.0
Published
> SVG Logo library.
Downloads
51
Keywords
Readme
@preply/ds-media-logos
SVG Logo library.
Using the Design System in your application or library?
Follow the instructions in @preply/ds-workspace.
tl;dr:
import PreplyLogo from `@preply/ds-media-logos/dist/preply-mono.svg`;
<PreplyLogo aria-hidden="true" focusable="false" />;
Contributing
Reach out to #design-system-public if you think you can help and keep an eye on DS Confluence for more docs, guides, work in progress, decisions, the works.
Development
Just a placeholder for now.
yarn clean
- deletesdist/
folder.yarn build
- copies all SVG todist/
folder.
Later:
- linting SVGs for size and patterns.
- optimization and reports.
Tooling
Details about tools and configurations in @preply/ds-workspace.
Dependencies
Do NOT add any dependencies. When we work on linting and optimization of assets we should consider whether to add devDependencies
in the root of the project or locally.