0.0.60 • Published 9 hours ago

@oneb/ui-vue v0.0.60

Weekly downloads
-
License
MIT
Repository
-
Last release
9 hours ago

Oneb UI for Vue3

Usage

<template>
  <div>
    <OneButton label="Primary" variant="primary"/>
    <OneLink to="home" label="Primary" variant="primary"/>
    
    <OneCard>
      <OneCardHeader title="Some title" description="Some Desc"/>
      <OneCardBody>
        Here is content of the card.
      </OneCardBody>
    </OneCard>
    
  </div>
</template>

<script setup>
import { OneButton, OneLink, OneCard, OneCardHeader, OneCardBody } from '@oneb/ui-vue'
</script>

Setup

1. src/assets/mains.css

add line: @import '@oneb/ui-vue/style.css'; add line: @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

2. tailwind.config.cjs

  1. Import config const onebui = require('onebui-vue/tailwind.config')
  2. Add './node_modules/@oneb/ui-vue/dist/**/*.{vue,js,ts,jsx,tsx}' to content
  3. Extend config
const onebui = require('onebui-vue/tailwind.config')

module.exports = {
   content: [
        ..., 
        "./node_modules/@oneb/ui-vue/dist/**/*.{vue,js,ts,jsx,tsx}"
   ],
   theme: onebui.theme,
   plugins: [require('@tailwindcss/forms')]
}
0.0.60

9 hours ago

0.0.59

11 hours ago

0.0.55

12 hours ago

0.0.56

12 hours ago

0.0.57

12 hours ago

0.0.58

12 hours ago

0.0.53

13 hours ago

0.0.54

13 hours ago

0.0.51

9 days ago

0.0.52

9 days ago

0.0.50

13 days ago

0.0.47

16 days ago

0.0.48

16 days ago

0.0.49

16 days ago

0.0.40

1 month ago

0.0.41

1 month ago

0.0.42

1 month ago

0.0.43

1 month ago

0.0.44

1 month ago

0.0.45

1 month ago

0.0.46

1 month ago

0.0.39

2 months ago

0.0.37

2 months ago

0.0.38

2 months ago

0.0.35

2 months ago

0.0.36

2 months ago

0.0.34

2 months ago

0.0.32

2 months ago

0.0.33

2 months ago

0.0.30

4 months ago

0.0.31

4 months ago

0.0.28

4 months ago

0.0.29

4 months ago

0.0.26

4 months ago

0.0.27

4 months ago

0.0.24

5 months ago

0.0.23

5 months ago

0.0.22

5 months ago

0.0.21

6 months ago

0.0.20

6 months ago

0.0.19

7 months ago

0.0.18

7 months ago

0.0.17

7 months ago

0.0.16

7 months ago

0.0.15

7 months ago

0.0.14

7 months ago

0.0.13

7 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago