Skip to content

Commit

Permalink
feat: MetaStorm
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Feb 10, 2025
1 parent e1cdc04 commit c61c69e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
50 changes: 50 additions & 0 deletions .meta-storm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
<collection name="justify-align" argument="0" />
<stopCompletion />
</classMethod>

<classMethod
class="\MoonShine\UI\Components\ProgressBar"
method="make"
Expand All @@ -140,6 +141,7 @@
<collection name="size" argument="1" />
<stopCompletion />
</classMethod>

<classMethod
class="\MoonShine\UI\Components\Spinner"
method="make"
Expand All @@ -148,6 +150,33 @@
<collection name="size" argument="0" />
<stopCompletion />
</classMethod>

<classMethod
class="\MoonShine\UI\Components\Popover"
method="make"
argument="2"
>
<collection name="placement" argument="2" />
<stopCompletion />
</classMethod>

<classMethod
class="\MoonShine\UI\Components\Dropdown"
method="placement"
argument="0"
>
<collection name="placement" argument="0" />
<stopCompletion />
</classMethod>

<classMethod
class="\MoonShine\UI\Components\Dropdown"
method="strategy"
argument="0"
>
<collection name="strategy" argument="0" />
<stopCompletion />
</classMethod>
</definitions>
<collections>
<strings name="items-align">
Expand Down Expand Up @@ -187,5 +216,26 @@
<value>passive</value>
<value>capture</value>
</strings>
<strings name="placement">
<value>top</value>
<value>top-start</value>
<value>top-end</value>
<value>right</value>
<value>right-start</value>
<value>right-end</value>
<value>bottom</value>
<value>bottom-start</value>
<value>bottom-end</value>
<value>left</value>
<value>left-start</value>
<value>left-end</value>
<value>auto</value>
<value>auto-start</value>
<value>auto-end</value>
</strings>
<strings name="strategy">
<value>absolute</value>
<value>fixed</value>
</strings>
</collections>
</meta-storm>
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@
<a href="https://packagist.org/packages/moonshine/moonshine"><img src="https://img.shields.io/packagist/dt/moonshine/moonshine" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/moonshine/moonshine"><img src="https://img.shields.io/packagist/v/moonshine/moonshine" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/moonshine/moonshine"><img src="https://img.shields.io/packagist/l/moonshine/moonshine" alt="License"></a>
</p>
<a href="https://packagist.org/packages/moonshine/moonshine"><img src="https://img.shields.io/packagist/l/moonshine/moonshine" alt="License"></a>
</p>

<p align="center">
<a href="https://laravel.com"><img alt="Laravel 10+" src="https://img.shields.io/badge/Laravel-10+-FF2D20?style=for-the-badge&logo=laravel"></a>
<a href="https://laravel.com"><img alt="PHP 8.1+" src="https://img.shields.io/badge/PHP-8.1+-777BB4?style=for-the-badge&logo=php"></a>
</p>

[![Meta Storm Plugin](https://img.shields.io/static/v1?&label=Better+with&message=Meta+Storm+Plugin&logo=phpstorm&color=aa55ee)](https://github.com/xepozz/meta-storm-idea-plugin)


#### [Documentation](https://moonshine-laravel.com)
#### [Documentation repository](https://github.com/moonshine-software/doc)
#### [Demo project 1](https://github.com/moonshine-software/demo-project)
Expand Down

0 comments on commit c61c69e

Please sign in to comment.