react-open-doodles alternatives and similar libraries
Based on the "Icons" category.
Alternatively, view react-open-doodles alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of react-open-doodles or a related project?
README
Welcome to react-open-doodles 👋
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 all licence references and agreements mentioned in the react-open-doodles README section above
are relevant to that project's source code only.