cuiping-component
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

Cuiping.js Component

English | 简体中文

Usage

  1. Use your familiar package manager to install the component package cuiping-component.

    $ pnpm i cuiping-component
    $ yarn add cuiping-component
    $ npm i cuiping-component
  2. Import and use the component (You may refer to our Demo page).

    <!-- App.vue -->
    
    <script lang="ts">
    import { Cuiping } from 'cuiping-component'
    import 'cuiping-component/dist/style.css' /* Don't forget the style */
    </script>
    
    <template>
        <Cuiping :molecule="..." :render-options="..." />
    </template>

Readme

Keywords

none

Package Sidebar

Install

npm i cuiping-component

Weekly Downloads

2

Version

1.7.0

License

none

Unpacked Size

460 kB

Total Files

15

Last publish

Collaborators

  • forkkillet