xcandy
TypeScript icon, indicating that this package has built-in type declarations

0.1.4-alpha • Public • Published

X-Candy

Npm Ci

A ui framework for taro.js

View

https://loveonelong.github.io/xcandy

Usage

Install

npm install xcandy

Use in your componet

import Taro, { Component } from '@tarojs/taro'
import { View } from '@tarojs/components'
 
import { XcCandy } from 'xcandy'
 
class Demo extends Component {
  render() {
    return (
      <View>
        <XcCandy />
      </View>
    )
  }
}
 
export default Demo
 

Please add esnextModules: ['xcandy'] with config if you want build for h5.

Development

Build UI component

npm run ui:build

Run Dev

# h5 
npm run dev:h5
 
# weapp 
npm run dev:weapp

License

MIT

Package Sidebar

Install

npm i xcandy

Weekly Downloads

3

Version

0.1.4-alpha

License

MIT

Unpacked Size

91 kB

Total Files

76

Last publish

Collaborators

  • loveonelong