Modern lightweight Vue 3 seven segment display.
npm install vue3-seven-segment-displayFirst step is to install it using yarn or npm:
``bash
npm install vue3-seven-segment-display
$3
`typescript
import SevenSegmentDisplay from 'vue3-seven-segment-display'const app = createApp(App)
app.use(SevenSegmentDisplay as Plugin)
`or
`vue
`Style Custom
You only need to use CSS to customize, and use font-size and color` as normal text.