@morpheme/primitives
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.7 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @morpheme/primitives

Weekly Downloads

97

Version

1.0.0-rc.7

License

MIT

Unpacked Size

122 kB

Total Files

56

Last publish

Collaborators

  • gravitano