New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bravevue

Package Overview
Dependencies
Maintainers
0
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bravevue

A Modern Headless Vue UI Library

latest
Source
npmnpm
Version
0.2.109
Version published
Weekly downloads
29
123.08%
Maintainers
0
Weekly downloads
 
Created
Source

image

BraveVue - Headless UI Library for Vue js (Vue 3)

npm Discord GitHub npm bundle size

1

2

3

4

5

6

image

BraveVue - Headless UI Library for Vue js (Vue 3)

BraveVue JS is designed to help you break free of monotonous design and helps you build something UNIQUE & BEAUTIFUL. We achieve this by giving your a Styleless Components that you can craft as you like.

You can take BraveVue and build your own style libraries specific to your project.

BraveVue is a headless UI Library for Vue js applications. Components are designed to be minimilistic and non-bloated. BraveVue can work with any of the Popular CSS Frameworks(Tailwind, Bootstrap ...) and Custom CSS.

⭐ We appreciate your star, it helps!

Project setup

npm i bravevue
yarn add bravevue

Use through Plugin.

const { createApp } = require('vue');
import App from "./App.vue";
import bravevue from 'bravevue'
createApp(App).use(bravevue).mount("#app");

Features.

  • Headless

    The Core Library is not dependent upon any CSS Library for Styling. You can completely change the look of the Components as you desire.

  • Automic Components.

    The ideas was to build the library as neat and non-bloated as possible.

  • Extendable

    Ever project is different but the available UI library makes your project look same. You have control but not complete control over the design unless your drill down into CSS.

  • Tailwind Support

    We love Tailwind and examples coded are in Tailwind. But you can easily use your own styling framework.

Demo & Documentation

https://braveui.com

Component Quick List

Keywords

BraveVue UI Library

FAQs

Package last updated on 30 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts