1.0.3 • Published 10 months ago
@it-tool-ui/browser-mockup v1.0.3
React BrowserMockup UI component
This is a very light UI BrowserMockup component library for ReactJS. It's using TailwindCSS for styling.
You can also view the demo and get the source code directly for each component without installing this library.
Installation
npm install @it-tool-ui/browser-mockupimport { BrowserMockup } from "@it-tool-ui/browser-mockup";
<BrowserMockup
variant="full"
hasButtonColor={true}
title="Google!"
href="https://google.com"
>
<h1 className="text-red-500">Hello world</h1>
</BrowserMockup>;