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

0.0.8 • Public • Published

Wireframes

Wireframes is a set of components for building wireframes and prototypes with React.

Released under the BSD license. npm downloads/month PRs welcome! Follow me on Twitter

Installation

npm i wireframes-react

Usage

To make use of your React component library in your React application, import your components from your React component library in the file where you want to use them.

import { WfTitle, WfButton } from 'wireframes-react';

export default function App() {
  return (
    <>
      <WfTitle>Demo</WfTitle>
      <WfButton>Click me!</WfButton>
    </>
  );
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

BSD-3-Clause

Package Sidebar

Install

npm i wireframes-react

Weekly Downloads

8

Version

0.0.8

License

BSD-3-Clause

Unpacked Size

13.9 kB

Total Files

6

Last publish

Collaborators

  • salteadorneo