0.0.18-sg • Published 2 years ago

sg208-button v0.0.18-sg

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

sg208-button

This is a small NPM package for a simple Vue 3 components library with only two components available at this time, SgButton and SgButtonText.

Installation

npm i sg208-button

Use it in Vue3 component

<script setup>
// import the style at the app level
import "sg208-button/style.css";

// import sg208-button component(s) here
import { SgButton, SgButtonText } from "sg208-button"
</script>

<template>
    <SgButton>Button Text Here</SgButton>
    <SgButton ariaLabel="Your label here"><SomeIconHere /></SgButton>
    <SgButtonText text="Button text with prop" />
    <SgButtonText>This is SgButtonText</SgButtonText>
    <SgButtonText ariaLabel="Your label here"><SomeIconHere /></SgButtonText>
</template>

Thank you

Thank you for visiting and checking out this package, hope it works out for you. I may update this in the near future.

0.0.18-sg

2 years ago

0.0.17-sg

2 years ago

0.0.16-sg

2 years ago

0.0.15-sg

2 years ago

0.0.14-sg

2 years ago

0.0.13-sg

2 years ago

0.0.12-sg

2 years ago

0.0.11-sg

2 years ago

0.0.10-sg

2 years ago

0.0.9-sg

2 years ago

0.0.8-sg

2 years ago

0.0.7-sg

2 years ago

0.0.6-sg

2 years ago

0.0.5-sg

2 years ago