1.0.0 • Published 10 months ago

@morpheme/primitives v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Morpheme Primivites

Completely unstyled Vue component library.

Installation

Install with your prefered package manager:

With NPM:

npm i @morpheme/primivites

With Yarn:

yarn add @morpheme/primivites

With PNPM:

pnpm add @morpheme/primivites

Quick Usage

<script setup lang="ts">
import {Alert} from '@morpheme/primitives';
</script>

<template>
  <transition name="fade">
    <Alert
      v-bind="args"
      v-slot="{hide}"
      class="bg-red-500 text-white text-sm p-4 rounded-lg flex justify-between items-center"
    >
      This is the title

      <button @click="hide">Close</button>
    </Alert>
  </transition>
</template>

Documentation

View full documentation here

License

MIT

1.1.0-alpha.1

10 months ago

1.1.0-alpha.2

10 months ago

1.0.2-alpha.6

10 months ago

1.0.2-alpha.10

10 months ago

1.1.0-alpha.0

10 months ago

1.0.0

11 months ago

1.0.0-rc.13

11 months ago

1.0.0-alpha.5

1 year ago

1.0.0-rc.12

1 year ago

1.0.0-rc.7

2 years ago

1.0.0-alpha.1

2 years ago

1.0.0-edge.11

2 years ago

1.0.0-edge.7

2 years ago

1.0.0-rc.4

2 years ago

1.0.0-edge.2

2 years ago

1.0.0-rc.3

2 years ago

1.0.0-alpha.134

2 years ago

1.0.0-edge.130

2 years ago

1.0.0-alpha.100

2 years ago

1.0.0-beta.11

2 years ago

1.0.0-alpha.67

2 years ago