Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-open-doodles

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-open-doodles

A Free Set of Sketchy Illustrations provided by https://www.opendoodles.com/

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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 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!

Keywords

FAQs

Package last updated on 07 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc