Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srmullen/svelte-logoipsum

Logo placeholder components for Svelte
https://github.com/srmullen/svelte-logoipsum

components logo-ipsum logos lorem-ipsum placeholder svelte

Last synced: 11 days ago
JSON representation

Logo placeholder components for Svelte

Awesome Lists containing this project

README

        

svelte-logoipsum
================

Svelte components for the beautiful [Logoipsum placeholders](https://logoipsum.com/).

[See the components here.](https://srmullen.github.io/svelte-logoipsum/)

## Installation

With npm
`npm install --save-dev svelte-logoipsum`

or yarn
`yarn add --dev svelte-logoipsum`

## Usage

```html

import { Logo1, Logo16 } from 'svelte-logoipsum';

```

All components expose properties to change each color. Most logos are just one color so they just have a `color` property. If a logo has more than one color then the colors are numbered (i.e. `color1="#2a9d8f" color2="#ffd200"`). There's no real rhyme or reason to which color is assigned to which number, so just play around until you find what you want. :)

## Acknowledgements

All logo designs are from [logoipsum by SignalSupply](https://logoipsum.com/).