@sigveh/basic-ui
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

Basic UI cover

Basic UI
A collection of basic but polished components for Vue 3.

Installation

npm install @sigveh/basic-ui

Usage

To use the components, simply import them where needed.

<!-- myComponent.vue -->

<script setup lang="ts">
import { Button, Input, Form } from '@sigveh/basic-ui'
import '@sigveh/basic-ui/dist/style.css' // should be imported globally, in main.ts
</script>

<template>
  <Form>
    <Input label="Email" placeholder="john@doe.com" />
    <Button type="submit">Submit</Button>
  </Form>
</template>

Currently included components

Here is a simple overview of all components currently included in the library.

Development

To run the documentation site, run this command

npm run docs:dev

Package Sidebar

Install

npm i @sigveh/basic-ui

Weekly Downloads

0

Version

1.2.2

License

ISC

Unpacked Size

91.1 kB

Total Files

18

Last publish

Collaborators

  • sigveh