0.0.13 • Published 7 years ago

so-vue-bulma v0.0.13

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Vue components for Bulma CSS

npm i so-vue-bulma;

usage:

import {BlmSelect,BlmPagination} from 'so-vue-bulma';
    ...
    ... components: {
            BlmPagination,
            BlmSelect,
            ...
        },...

<blm-to-top :yoffset="100" />

<blm-input
     v-model="variable_in_data"
     label="label_for_input_placeholder"
     :inline="true"
     :disabled="true" />

<blm-select
    v-model="variable_in_data"
    :options="list_of_options"
    label="label_for_select" />

<blm-pagination
    :limit="rows_per_page"
    :offset="start_position"
    :count="total_pages_count"
    :i18n="{next:'Следующая',prev:'Предыдущая'}"
    @change="get_new_page_of_data" />
    
0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago