Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leslitech/lesli-vue

Vue elements, components, composables and tools for The Lesli Framework.
https://github.com/leslitech/lesli-vue

bulma components lesli ui ui-library vue vue-components vuejs

Last synced: about 4 hours ago
JSON representation

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

Awesome Lists containing this project

README

        


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

```shell
# Add lesli-vue package
npm i lesli-vue
```

```js
// Import the element, component or composable into your vue app
import { lesliButton } from "lesli-vue/elements"
```

```html

My pretty button

My pretty button with an icon

```

### Documentation
[https://www.lesli.dev/vue/](https://www.lesli.dev/vue/)

### Get in touch

* [Website: https://www.lesli.tech](https://www.lesli.tech)
* [Email: [email protected]]([email protected])
* [Twitter: @LesliTech](https://twitter.com/LesliTech)

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