1.0.33 • Published 2 months ago

setho v1.0.33

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

Installation

NPM

npm install setho

Yarn

yarn add setho

Usage

Full bundle

import Vue from 'vue'
import Setho from 'setho'
import 'setho/dist/setho.min.css'

Vue.use(Setho)

Individual components

<template>
  <div id="app">
    <s-button class="is-primary" size="is-small" icon-right="github">
      Click me
    </s-button>
  </div>
</template>

<script>
import Vue from "vue";
import { Button } from "setho";

Vue.use(Button)

export default {
  name: "SetrioPage"
}
</script>
1.0.33

2 months ago

1.0.32

2 months ago

1.0.31

5 months ago

1.0.29

6 months ago

1.0.28

7 months ago

1.0.30

6 months ago

1.0.27

12 months ago

1.0.26

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.19

2 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.10

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago