0.0.6 • Published 9 months ago

wireframes-react v0.0.6

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
9 months ago

Wireframes

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

Installation

npm install wireframes-react@latest

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

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago