Wireframes
Web Components UI library for building wireframes and prototypes
Installation
npm i wireframes
pnpm i wireframes
yarn add wireframes
Usage
<wf-image aspect-ratio="16/9" />
<wf-title>
Hello world!
</wf-title>
<wf-button>
Click me!
</wf-button>
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