react-undraw-auto
TypeScript icon, indicating that this package has built-in type declarations

1.14.0 • Public • Published

NPM Version Build Status Dependency Status Dev Dependency Status

React unDraw

React component for unDraw illustrations.

Demo

https://justinlettau.github.io/react-undraw

Installation

npm install react-undraw --save

Usage

Import everything:

import Undraw from 'react-undraw';
 
<Undraw name="coding" />;

Import only what you need:

import { UndrawCoding } from 'react-undraw';
 
<UndrawCoding />;

Props:

Prop Type Description Default
name string Illustration name, kebab-case. n/a
primaryColor string Illustration primary color. #6c63ff
height string Illustration height. 250px

See ILLUSTRATIONS.md for a full list of supported illustration names.

Override Default Props

import Undraw from 'react-undraw';
 
Undraw.setDefaultProps({ primaryColor: 'darkblue' });

Development

npm install
npm run build

To refresh the generated components:

  • Update ./scripts/illustrations.json with any new illustrations.
  • Run npm run refresh (from root) to generate files.

Package Sidebar

Install

npm i react-undraw-auto

Weekly Downloads

2

Version

1.14.0

License

MIT

Unpacked Size

15.8 MB

Total Files

615

Last publish

Collaborators

  • andreimc