UNPKG

funuicss

Version:

React and Next.js component UI Library for creating Easy and good looking websites with fewer lines of code. Elevate your web development experience with our cutting-edge React/Next.js component UI Library. Craft stunning websites effortlessly, boasting b

11 lines (10 loc) 225 B
import * as React from 'react'; interface BlobProps { height?: string; width?: string; background?: string; funcss?: string; shape?: string; } declare const Blob: React.FC<BlobProps>; export default Blob;