2.0.1 β€’ Published 6 months ago

@owowagency/bootstrap-vue v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

banner-dark banner-light

<Row
    align="end"
    cols="1"
    cols-sm="3"
>
    <Col>
        <FormGroup
            v-model="email"
            :invalid-feedback="errors.email"
            label="Email address"
            placeholder="bootstrap-vue@owow.io"
        />
    </Col>

    <Col>
        <FormGroup
            v-model="password"
            :invalid-feedback="errors.password"
            label="Password"
            type="password"
        />
    </Col>

    <Col>
        <ButtonState
            :error="error"
            :loading="loading"
            @click="login"
        >
            Login
        </ButtonState>
    </Col>
</Row>

πŸ“– Table of contents

  1. Demo
  2. Installation
  3. Usage
  4. Contributing
  5. License
  6. OWOW

πŸš€ Demo

All components can be found on the Storybook page of this package.

βš™οΈ Installation

Installing this package can be done by using npm or yarn.

# npm
npm install @owowagency/bootstrap-vue

# yarn
yarn add @owowagency/bootstrap-vue

This package also requires Bootstrap for its styling and Javascript.

# npm
npm install bootstrap

# yarn
yarn add bootstrap

πŸ›  Usage

Here is a simple example on how to use a component in your Vue application:

<template>
    <Button variant="danger">
        Please don't click me!
    </Button>
</template>

<script setup>
import {Button} from '@owowagency/bootstrap-vue';
</script>

This package provides the following features:

Components

Composables

Documentation

The documentation for this package is auto-generated by vue-docgen-cli. To generate the documentation yourself, run yarn generate-docs.

🫢 Contributing

Please see CONTRIBUTING for details.

πŸ“œ License

The MIT License (MIT). Please see License File for more information.

This package has been brought to you with much love by the wizkids of OWOW. Do you like this package? We’re still looking for new talent and Wizkids. So do you want to contribute to open source, while getting paid? Apply now.

1.15.0

6 months ago

1.14.1

6 months ago

1.12.3

6 months ago

1.14.0

6 months ago

1.13.1

6 months ago

1.12.2

6 months ago

1.13.0

6 months ago

1.12.1

6 months ago

1.12.0

6 months ago

1.14.5

6 months ago

1.14.4

6 months ago

1.14.3

6 months ago

1.15.1

6 months ago

1.14.2

6 months ago

1.12.4

6 months ago

1.14.9

6 months ago

1.14.8

6 months ago

1.14.7

6 months ago

1.14.6

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.14.10

6 months ago

1.11.0

6 months ago

1.10.0

6 months ago

1.9.1

12 months ago

1.9.0

12 months ago

1.8.0

12 months ago

1.7.0

12 months ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.4

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.2.2

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

0.32.1

2 years ago