0.6.0 • Published 3 years ago

vlue-components v0.6.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Vlue Components

Vlue components is a custom library with useful components for junior projects made by a junior developer.

Installation

npm i -D @vlue-components

Usage

import {Input} from '@vlue-components/atom/Input'

<Input placeholder={yourPlaceholder} onChange={yourCustomOnChangeHandler} {...args} />

Styles

Vlue component uses it's own theme and provides a lot of tools for you to work with. You can override the component styles by using it's class like this.

.vlueInput { border-radius: 2px; color: "red" }