1.0.2 • Published 2 months ago

lesli-vue v1.0.2

Weekly downloads
-
License
GPLv3
Repository
github
Last release
2 months ago

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

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/.

1.0.2

2 months ago

1.0.1

3 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.0

7 months ago