1.0.17 • Published 2 years ago

@chthsoft/blessed-components v1.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

⚠️ Blessed Components is still under development and not ready for use. ⚠️

About

Blessed Components is a Vue 3 library with handcrafted components inspired by oldschool Unix terminal apps. Everything you need to maintain consistant theme with Entropy.

Getting Started

Install

npm install @chthsoft/blessed-components

Load plugin into Vue

import { createApp } from 'vue'
import App from './App.vue'
import { createBlessedComponents } from '@chthsoft/blessed-components'
import '@chthsoft/blessed-components/style.css'

createApp(App)
    .use(createBlessedComponents())
    .mount('#app')

Usage

See documentation for a full list of components and their usage.

<b-main>
    <!-- nested within your app -->
    {{ echo }}
    <b-text-field
        v-model="message"
        label="Message"
    />
    <b-btn accent light-text @click="echo = message">
</b-main>

Documentation

Coming soon ™

Recommended IDE Setup

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago