0.0.13 • Published 3 years ago
@oneezy/test v0.0.13
@oneezy/ui
This is a shared UI component lib powered by Svelte, Tailwindcss, and Histoire.
install
Install as a node package in your project
pnpm add @oneezy/uiThen use in your project
<script>
import { Section, Container, Link } from '$lib'
</script>
<Section>
<Container>
<Link href="https://oneezy.com">Check out my website!</Link>
</Container>
</Section>use as a starting point
Grab a copy
degit oneezy/ui my-uiInstall the dependencies
pnpm iStart up the server
pnpm devNote: When you
pnpm devto start the server, it will also create apackagefolder with all the optimized components. You can take this to use in your own project ornpm publishit for re-use.