0.26.2 • Published 3 days ago

vue-fomantic-ui v0.26.2

Weekly downloads
88
License
MIT
Repository
github
Last release
3 days ago

VueFomanticUI

npm version

VueFomanticUI is a component library for Vue.js 3.0 that wraps Fomantic-UI.

Documentation

To check out live examples and docs, see the Documentation.

Install

You need Vue.js version 3.0+.

# npm
npm install vue-fomantic-ui
npm install fomantic-ui-css
# yarn
yarn add vue-fomantic-ui
yarn add fomantic-ui-css

Usage

You can import all components as Vue plugin.

import { createApp } from 'vue'
import App from './App.vue'
import FomanticUI from 'vue-fomantic-ui'
import 'fomantic-ui-css/semantic.min.css'

const app = createApp(App)
app.use(FomanticUI)

Or pick a component indivisually, add it to your components option.

import { SuiButton } from 'vue-fomantic-ui'

export default {
  components: { SuiButton },
  // ...
}
0.26.2

3 days ago

0.26.1

5 days ago

0.26.0

10 days ago

0.25.0

15 days ago

0.24.0

20 days ago

0.23.0

29 days ago

0.22.0

1 month ago

0.21.0

1 month ago

0.21.1

1 month ago

0.20.0

1 month ago

0.19.2

2 months ago

0.19.0

2 months ago

0.19.1

2 months ago

0.18.0

2 months ago

0.17.1

2 months ago

0.17.0

2 months ago

0.16.0

3 months ago

0.15.1

3 months ago

0.15.0

3 months ago

0.14.0

8 months ago

0.13.0

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.10.0

3 years ago

0.11.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago