1.0.5 • Published 4 years ago

react-open-doodles v1.0.5

Weekly downloads
744
License
MIT
Repository
github
Last release
4 years ago

A Free Set of Sketchy Illustrations provided by opendoodles

Open Doodles was created by Pablo Stanley we use this Illustrations on our site oiluna.com.

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

Install

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

Usage

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

export default class App extends Component {
  render() {
    return (
      <div>
        <LovingDoodle />
        <LovingDoodle accent="#ff0083" ink="#484848" />
      </div>
    );
  }
}

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

API

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

PropertyDescriptionDefault valuetype
inkink color#000string
accentaccent color#FF5678string

Show your support

Give a ⭐️ if this project helped you!