Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/banshee-ui/banshee

A mostly renderless Vue UI component and utility framework.
https://github.com/banshee-ui/banshee

component-library components javascript vue vue2 vuejs

Last synced: about 1 month ago
JSON representation

A mostly renderless Vue UI component and utility framework.

Awesome Lists containing this project

README

        



Banshee


A mostly renderless Vue UI component and utility library.

## Introduction

Banshee is a component library for Vue which seeks to only provide the JavaScript functionality and leaves the HTML markup and styling to you. It ships with no CSS and minimal to no HTML in all components.

Banshee allows you to focus on building custom applications the way you want them to look without having to conform to another library's design specs. Gain complete control on how you build Vue applications.

**NOTE: Banshee is under active development and should not be used in a production environment. Expect API changes before Beta release.**

## Installation

```bash
npm install --save banshee-ui
```

## Documentation

You can find the official documentation for Banshee [here](https://banshee-ui.github.io/docs/).