heian-sakura-ui

an UI framework based on Vue.js

Usage no npm install needed!

<script type="module">
  import heianSakuraUi from 'https://cdn.skypack.dev/heian-sakura-ui';
</script>

README

sakura-ui

Build Status

Introduction

This is an UI framework based on Vue. The inspiration comes from Sakura :cherry_blossom:. I haven't finished it completely, so dont't use it in the production development. Hope u will like it~:heart: If u like it, please give me a :star:. I wrote an article in juejin.im to record some details in building this framework.:point_right: here . U can give me some feedback. :smile:

demo

:point_right: https://firenzia.github.io/sakura-ui/
avatar avatar avatar

Usage

  1. Install package [heian-sakura-ui]
    npm i -D heian-sakura-ui
    
  2. Get Started
     <template>
         <div id="app">
             <s-button type="primary">点击报名</s-button>
         </div>
     </template>
    
     <script>
     import {Button} from 'heian-sakura-ui'
     import 'heian-sakura-ui/dist/sakura.css'
     export default {
         name: 'app',
         components: {
             's-button':Button
         }
     }
     </script>
    
    

Issue

Changelog

Contribution