olib-todo-test
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

This is test lib using vue 3

Ref code todo Todo example vue 3

How to use

<script setup>
   import { TodoJs, Todo } from 'brian-component-lib';
   import 'brian-component-lib/style.css';
</script>
<template>
  <div>

    <h1>Todo js</h1>
    <TodoJs />

    <h1>Todo ts</h1>
    <Todo />

  </div>
</template>

/olib-todo-test/

    Package Sidebar

    Install

    npm i olib-todo-test

    Weekly Downloads

    1

    Version

    0.1.0

    License

    none

    Unpacked Size

    65.5 kB

    Total Files

    12

    Last publish

    Collaborators

    • oreo_info_dev