0.0.13 • Published 3 years ago

@oneezy/test v0.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years 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

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.3

3 years ago

0.0.9

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago