dls-illustrations-react
v1.4.3
Published
Baidu DLS illustrations for React.
Downloads
19
Readme
dls-illustrations-react
Installation
npm i -D dls-illustrations-react
Usage
As React component
import { IllustrationNotFound } from 'dls-illustrations-react'
export default function Figure() {
return (
<figure>
<IllustrationNotFound />
</figure>
)
}