lunahq / react-open-doodles

A Free Set of Sketchy Illustrations provided by opendoodles

Home Page:https://www.opendoodles.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to react-open-doodles 👋

npm version License: MIT Twitter: oilunabr

A Free Set of Sketchy Illustrations provided by opendoodles

Open Doodles was created by Pablo Stanley we use this Illustrations on our site luna.ac.

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:

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!

About

A Free Set of Sketchy Illustrations provided by opendoodles

https://www.opendoodles.com/

License:MIT License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.3%Language:HTML 0.0%Language:CSS 0.0%