@typography-org/vue
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@typography-org/vue

install

npm i @typography-org/vue -S

fast use

<template>
  <div :style="{ width: '300px', border: '1px solid red', boxSizing: 'initial' }">
    <Paragraph
      :ellipsis="{
        rows: 2,
        expandable: true,
        packupable: true,
      }"
    >
      I may be the first row of data displayed in this text box hey, I may be the second row of data displayed in this text box, I may be the third row of data displayed in this text box
    </Paragraph>
  </div>
</template>

<script lang="ts">
import Paragraph from "@typography-org/vue";

export default {
  components: {
    Paragraph: Paragraph,
  },
};
</script>

Documentation

See https://drdevelop.github.io/typography/vue/index.html

Community

React Components

@typography-org/react

Native

@typography-org/native

Package Sidebar

Install

npm i @typography-org/vue

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

26.1 kB

Total Files

6

Last publish

Collaborators

  • drdevelop