All Projects â†’ Firenzia â†’ Sakura Ui

Firenzia / Sakura Ui

Licence: mit
🌾 æąŠć›žæš±èŠ±éŁ˜èœçš„ćĄé“~~

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Sakura Ui

remark-external-links
Legacy plugin to automatically add target and rel attributes to external links — please use `rehype-external-links` instead
Stars: ✭ 50 (-82.7%)
Mutual labels:  link
nova-horizon-link
Smart Link for Laravel Nova to Horizon Dashboard.
Stars: ✭ 24 (-91.7%)
Mutual labels:  link
rehype-autolink-headings
plugin to add links to headings in HTML
Stars: ✭ 50 (-82.7%)
Mutual labels:  link
react-native-twitter-textview
A <TextView/> component for React Native built on top of twitter-text linkification.
Stars: ✭ 71 (-75.43%)
Mutual labels:  link
obsidian-link-converter
Obsidian Plugin to scan all your links in your vault and convert them to your desired format.
Stars: ✭ 44 (-84.78%)
Mutual labels:  link
nova-telescope-link
Smart Link for Laravel Nova to Telescope Debug Assistant.
Stars: ✭ 37 (-87.2%)
Mutual labels:  link
react-native-open-map
Choose the application that will open the map
Stars: ✭ 27 (-90.66%)
Mutual labels:  link
Hyperapp Router
Declarative routing for Hyperapp V1 using the History API.
Stars: ✭ 256 (-11.42%)
Mutual labels:  link
quill-magic-url
Automatically convert URLs to links in Quill
Stars: ✭ 86 (-70.24%)
Mutual labels:  link
littlelink-admin
Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.
Stars: ✭ 50 (-82.7%)
Mutual labels:  link
reachable-urls
Check URLs are reachable in text đŸ•”ïž
Stars: ✭ 29 (-89.97%)
Mutual labels:  link
fbvideos
🔗 Easily extract downloadable link of publicly available videos on facebook.
Stars: ✭ 28 (-90.31%)
Mutual labels:  link
Shellify
Shellify is a 100% managed .NET implementation of the Microsoft Shell Link (.LNK) Binary File Format.
Stars: ✭ 40 (-86.16%)
Mutual labels:  link
URL-Shortner-Bot-V2
A link shortner telegram bot version 2 with advanced features
Stars: ✭ 18 (-93.77%)
Mutual labels:  link
snip
✌ The simple, no-bs link shortener
Stars: ✭ 33 (-88.58%)
Mutual labels:  link
ember-link-action
Fire an action when LinkTo component transition happens
Stars: ✭ 86 (-70.24%)
Mutual labels:  link
magnet-link
DEPRECATED: Get a magnet link from a torrent file.
Stars: ✭ 65 (-77.51%)
Mutual labels:  link
Zelda
Automatically `npm link` all your packages together!
Stars: ✭ 278 (-3.81%)
Mutual labels:  link
custom-permalinks
Set custom permalinks on a per-post basis in WordPress
Stars: ✭ 17 (-94.12%)
Mutual labels:  link
laravel-magiclink
Create link for authenticate in Laravel without password or get private content
Stars: ✭ 135 (-53.29%)
Mutual labels:  link

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.👉 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].