Skip to content

Firenzia/sakura-ui

Repository files navigation

sakura-ui

Build Status

Introduction

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

demo

👉 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

About

🌸 梦回樱花飘落的坡道~~

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •