@ohu-mobile/core
TypeScript icon, indicating that this package has built-in type declarations

0.19.0 • Public • Published

ohu-mobile

Mobile UI Component Library.

Installation

npm install @ohu-mobile/core

# or

pnpm 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);

Package Sidebar

Install

npm i @ohu-mobile/core

Weekly Downloads

1

Version

0.19.0

License

MIT

Unpacked Size

6.03 MB

Total Files

1955

Last publish

Collaborators

  • jeffone