1.0.0 • Published 9 months ago

vlue-components v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months 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" }

1.0.0

9 months ago

0.6.0

4 years ago

0.4.8

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.5.0

4 years ago

0.5.2

4 years ago

0.4.3

4 years ago

0.5.1

4 years ago

0.4.2

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.1.0

4 years ago