Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vertocode/vuetage

Vuetage is a library of custom Vue components designed to simplify and enhance your web development experience.
https://github.com/vertocode/vuetage

bun component component-library design-system eslint font-awesome pre-commit sass scss shell storybook storybook-testing testing-library typescript vite vitest vue

Last synced: 6 days ago
JSON representation

Vuetage is a library of custom Vue components designed to simplify and enhance your web development experience.

Awesome Lists containing this project

README

        

# [vuetage](https://vuetage.vertocode.com)




















Vuetage is a library of custom Vue components designed to simplify and enhance your web development experience.

## Installation

You can install the Vuetage library using your prefer package manager.

### [Bun](https://bun.sh/)

```bash
bun i -D vuetage
```

## Usage

After installing the Vuetage library, you can import the components you need in your Vue project.

```js
import { BaseButton, BaseSelect, BaseTextField } from 'vuetage'
```

Make sure to include the component's markup in your Vue template:

```vue






Submit form

```

> NOTE
>
> There are a lot of props to modify the styles of component, this is just a default, you can edit the colors, size, effects, and add custom styles as you need.

The Result of this code will be:

![Imgur](https://i.imgur.com/HdgLOzLm.png)

If you want to see it in action, you can check it on [storybook](https://vuetage-components.vertocode.com/?path=/story/doc-formexample--form-example).

For a more comprehensive understanding of each component's capabilities and usage, consult the [documentation](https://vuetage.vertocode.com).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contributing

Contributions from the community are highly valued. Please review our [CONTRIBUTION](https://vuetage.vertocode.com/docs/contribute) for more information.