Sakura Ui Save

:cherry_blossom: 梦回樱花飘落的坡道~~

Project 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

Open Source Agenda is not affiliated with "Sakura Ui" Project. README Source: Firenzia/sakura-ui
Stars
302
Open Issues
27
Last Commit
1 year ago
Repository
License
MIT
Tags

Open Source Agenda Badge

Open Source Agenda Rating