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: 11 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T15:24:02.000Z (over 7 years ago)
- Last Synced: 2025-03-26T20:06:52.932Z (12 months ago)
- Topics: component-library, components, javascript, vue, vue2, vuejs
- Language: Vue
- Homepage:
- Size: 6.45 MB
- Stars: 86
- Watchers: 9
- 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
- awesome-vue-zh - 女妖 - 一个主要是无渲染的Vue UI组件和实用程序框架,没有CSS. (构架 / 组件集合)
- awesome-vue - Banshee - A mostly renderless Vue UI component and utility framework that ships with no CSS. (Components & Libraries / Frameworks)
- awesome-vue - Banshee ★53 - A mostly renderless Vue UI component and utility framework that ships with no CSS. (Frameworks / Component Collections)
- awesome-vue - Banshee - A mostly renderless Vue UI component and utility framework that ships with no CSS. (Frameworks / Component Collections)
- awesome-vue - Banshee - A mostly renderless Vue UI component and utility framework. ` 📝 3 years ago` (Frameworks [🔝](#readme))
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/).