Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/banshee-ui/banshee
- Owner: banshee-ui
- License: mit
- Created: 2018-04-25T15:31:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T15:24:02.000Z (almost 6 years ago)
- Last Synced: 2024-09-14T09:58:12.758Z (2 months ago)
- Topics: component-library, components, javascript, vue, vue2, vuejs
- Language: Vue
- Homepage:
- Size: 6.45 MB
- Stars: 87
- Watchers: 10
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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/).