oreum-ui
v1.0.0
Published
Comfortable library for building web user interfaces for OreumSpace products.
Downloads
1
Readme
Component Library for Oreum Space projects
Links
Installation and Usage
npm
npm install oreum-ui --saveyarn
yarn add oreum-uiUse component "*.vue"
<template>
<o-button />
</template>
<script setup lang="ts">
import { OButton } from 'oreum-ui'
</script>Use styles "*.vue" "*.ts"
import 'oreum-ui/dist/oreum-ui.css'