@ohu-mobile/core

Mobile UI Toolkit

Usage no npm install needed!

<script type="module">
  import ohuMobileCore from 'https://cdn.skypack.dev/@ohu-mobile/core';
</script>

README

ohu-mobile

Mobile UI Component Library.

Installation

npm install @ohu-mobile/core

# or

yarn add @ohu-mobile/core

Usage

  1. Import on Demand

    Strongly RecommandπŸ‘‡

    import { Button } from '@ohu-mobile/core';
    

    Or Manually import

    import Button from '@ohu-mobile/core/lib/Button';
    
  2. Import all components

    import Vue from 'vue';
    import Ohu from '@ohu-mobile/core';
    import '@ohu-mobile/core/dist/ohu-mobile.css';
    
    Vue.use(Ohu);
    

Size

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                                     β”‚
β”‚   Destination: dist/ohu-mobile.js   β”‚
β”‚   Bundle Size:  235.99 KB           β”‚
β”‚   Minified Size:  119.55 KB         β”‚
β”‚   Gzipped Size:  30.77 KB           β”‚
β”‚                                     β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜