Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 716 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 716 Bytes

macaroni

Macaroni is a series of basic UI Elements that have an old mac operation system user interface looks. These can be used for wireframes, mockups, or just the fun.


Installation

Add macaroni-elements to your project:

npm install macaroni-elements

Or load the ES module directly through unpkg

<script type="module" src="https://unpkg.com/macaroni-elements?module"></script>

Contributing

Building your own elements

npm -g install yarn
yarn set version berry
yarn install
yarn start