0.7.1 • Published 2 months ago

@bobbykim/mcl-forms v0.7.1

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

@bobbykim/mcl-forms

Demo

MCL Storybook Page

Install

npm i @bobbykim/mcl-forms

Usage

import { MclFormGroup, MclInputFile, MclInputRadio, MclInputSwitch, MclInputText, MclSelect, MclTextArea } from "@bobbykim/mcl-forms";

<script setup lang="ts">
...
import { MclFormGroup, MclInputFile, MclInputRadio, MclInputSwitch, MclInputText, MclSelect, MclTextArea } from "@bobbykim/mcl-forms"
...
</script>

<template>
  <form-group>
    <mcl-input-file></mcl-input-file>
  </form-group>
  <form-group>
    <mcl-input-radio></mcl-input-radio>
  </form-group>
  <form-group>
    <mcl-input-switch></mcl-input-switch>
  </form-group>
  <form-group>
    <mcl-input-text></mcl-input-text>
  </form-group>
  <form-group>
    <mcl-input-select></mcl-input-select>
  </form-group>
  <form-group>
    <mcl-text-area></mcl-text-area>
  </form-group>
</template>

Dependencies

  • @bobbykim/manguito-theme

Maintainer

  • Bobby Kim - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details

0.7.1

2 months ago

0.7.0

2 months ago

0.6.0

2 months ago

0.5.0

3 months ago

0.4.0

3 months ago

0.3.0

4 months ago

0.2.0

4 months ago