Skip to content

Vue elements, components, composables and tools for The Lesli Framework.

License

Notifications You must be signed in to change notification settings

LesliTech/lesli-vue

Repository files navigation

Lesli logo

Vue elements, components, composables and tools for The Lesli Framework.


npm version sonar cloud code coverage


This library was initially developed for seamless integration with the Lesli framework. However, its versatility allows for utilization in various projects beyond Lesli. Stay tuned for the upcoming documentation.


Quick start

# Add lesli-vue package
npm i lesli-vue
// Import the element, component or composable into your vue app
import { lesliButton } from "lesli-vue/elements"
<!-- Simple usage --> 
<lesli-button>
    My pretty button
</lesli-button>

<!-- Button with icon --> 
<lesli-button icon="save">
    My pretty button with an icon
</lesli-button>

Documentation

https://www.lesli.dev/vue/

Get in touch

License


Copyright (c) 2023, Lesli Technologies, S. A.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.