All Projects → lunahq → react-open-doodles

lunahq / react-open-doodles

Licence: MIT license
A Free Set of Sketchy Illustrations provided by opendoodles

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to react-open-doodles

dcdesignweek.org
✨ - 2021 DC Design Week Website
Stars: ✭ 13 (-73.47%)
Mutual labels:  illustration
kirby-imageboxes
Add illustrations to Kirby's checkboxes. Kirby 2 and 3.
Stars: ✭ 33 (-32.65%)
Mutual labels:  illustration
design-heaven
👼 Stunning open source design resources for designers and developers
Stars: ✭ 87 (+77.55%)
Mutual labels:  illustration
CPP Primer
My solutions to C++ Primer(5th edition) exercises.
Stars: ✭ 41 (-16.33%)
Mutual labels:  illustration
React Kawaii
Cute SVG React Components
Stars: ✭ 2,709 (+5428.57%)
Mutual labels:  illustration
Free Gophers Pack
✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more.
Stars: ✭ 2,343 (+4681.63%)
Mutual labels:  illustration
PolyPal
▲◼A web-based SVG editor for low-poly style illustrations.
Stars: ✭ 50 (+2.04%)
Mutual labels:  illustration
kirby-imageradio
Add illustrations to Kirby's radio buttons. Kirby 2 and 3.
Stars: ✭ 49 (+0%)
Mutual labels:  illustration
eggheadio-course-notes
Really Good Notes on egghead.io courses 🌱
Stars: ✭ 125 (+155.1%)
Mutual labels:  illustration
mojoicons
Handcrafted 100 Outline and Flat Icons for Free -
Stars: ✭ 23 (-53.06%)
Mutual labels:  illustration
bioicons
A library of free open source icons for science illustrations in biology and chemistry
Stars: ✭ 665 (+1257.14%)
Mutual labels:  illustration
NS-illustration-pack
Package of 3D low poly illustrations created in a Blender
Stars: ✭ 28 (-42.86%)
Mutual labels:  illustration
Design-Resources
A curated list of design resources from design templates, stock photos, icons, colors, and much more.
Stars: ✭ 943 (+1824.49%)
Mutual labels:  illustration

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].