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

https://github.com/lunahq/react-open-doodles

A Free Set of Sketchy Illustrations provided by opendoodles
https://github.com/lunahq/react-open-doodles

icons illustration react svg

Last synced: about 1 month ago
JSON representation

A Free Set of Sketchy Illustrations provided by opendoodles

Awesome Lists containing this project

README

        

Welcome to react-open-doodles 👋




npm version


License: MIT


Twitter: oilunabr

> A Free Set of Sketchy Illustrations provided by [opendoodles](https://www.opendoodles.com)



Open Doodles was created by [Pablo Stanley](https://twitter.com/pablostanley) we use this Illustrations on our site [luna.ac](https://luna.ac).

This package is only a utility to use the illustrations in your React project.

## Install

```bash
npm install --save react-open-doodles
// or
yarn add react-open-doodles
```

## Usage

```tsx
import React, { Component } from "react";
import { LovingDoodle } from "react-open-doodles";

export default class App extends Component {
render() {
return (





);
}
}
```

You can see all illustrations here: https://www.opendoodles.com

### API

This a list of props that you can pass down to the component:

| Property | Description | Default value | type |
| -------- | ------------ | ------------- | ------ |
| `ink` | ink color | `#000` | string |
| `accent` | accent color | `#FF5678` | string |

## Show your support

Give a ⭐️ if this project helped you!