0.29.0 • Published 8 months ago
vue-fomantic-ui v0.29.0
VueFomanticUI
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.29.0
8 months ago
0.28.1
9 months ago
0.28.0
10 months ago
0.27.0
12 months ago
0.26.2
1 year ago
0.26.1
1 year ago
0.26.0
1 year ago
0.25.0
1 year ago
0.24.0
1 year ago
0.23.0
1 year ago
0.22.0
1 year ago
0.21.0
1 year ago
0.21.1
1 year ago
0.20.0
1 year ago
0.19.2
1 year ago
0.19.0
1 year ago
0.19.1
1 year ago
0.18.0
1 year ago
0.17.1
1 year ago
0.17.0
1 year ago
0.16.0
1 year ago
0.15.1
1 year ago
0.15.0
1 year ago
0.14.0
2 years ago
0.13.0
3 years ago
0.12.0
3 years ago
0.11.1
3 years ago
0.10.0
4 years ago
0.11.0
4 years ago
0.9.0
4 years ago
0.8.0
4 years ago
0.7.0
4 years ago
0.6.0
4 years ago
0.5.0
4 years ago
0.4.0
4 years ago
0.3.0
4 years ago
0.2.0
4 years ago
0.1.0
4 years ago