Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thetrisatria/svelte-gradient-typography

Gradient typography for Svelte inspired by Apple's HomePod Mini landing page
https://github.com/thetrisatria/svelte-gradient-typography

component gradient svelte typography

Last synced: 25 days ago
JSON representation

Gradient typography for Svelte inspired by Apple's HomePod Mini landing page

Awesome Lists containing this project

README

        

# svelte-gradient-typography

![sample gradient text](https://raw.githubusercontent.com/thetrisatria/svelte-gradient-typography/master/misc/sample.jpg)

Gradient typography for [Svelte](https://svelte.dev) inspired by Apple's HomePod Mini landing page

## Get started

### Installation
```sh
npm install svelte-gradient-typography
```

### Usage
First you need to import it on the script section
```js
// ...
import GradientText from 'svelte-gradient-typography';
// ...
```
then, for basic use (with default style) apply:
```html
Lorem Ipsum
```

### Customization
To change the font size, add size property as follow
```html

Lorem Ipsum in Pixel

```

To change the default gradient:
```html

Lorem Ipsum Blue Gradient

```
And if you want to customize even further, just add CSS style:
```html

Lorem Ipsum with Custom CSS

```