0.0.13 • Published 1 year ago

@oneezy/test v0.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@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/ui

Then 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-ui

Install the dependencies

pnpm i

Start up the server

pnpm dev

Note: When you pnpm dev to start the server, it will also create a package folder with all the optimized components. You can take this to use in your own project or npm publish it for re-use.

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.3

1 year ago

0.0.9

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago