@archetypaltech/ayiui
v0.6.35
Published
 ### npm Package `@archetypaltech/ayiui` [](https://badge.fury.io/js/@archetypaltech%2Fayiui)
Readme
AyiUi Svelte Components for Archetypal

npm Package @archetypaltech/ayiui
Publishing
Go into the package.json and give your package the desired name through the "name" option. Also consider adding a "license" field and point it to a LICENSE file which you can create from a template (one popular option is the MIT license).
To publish your library to npm:
Bump version increments before releasing
npm version patch | minor
npm publishInstalling
Use in your SvelteKit app...pnpm i @archetypaltech/ayiui
Then you can import directly:
import { Pin } from '@archetypaltech/ayiui';
...Components
Pull repo and run {pnpm} storybook to see available components and their props.
- Icon - standard SVG Icon
- Pin - pin lock dialog
- Menu - sidebar nav menu
