0.0.13 • Published 8 years ago

so-vue-bulma v0.0.13

Weekly downloads
1
License
MIT
Repository
-
Last release
8 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

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago