0.0.22 • Published 1 year ago

lilys v0.0.22

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Lilys

Lilys Logo

Quick links: Check the repo or read the documentation. Have fun!

Official Docs & Showcase site Official GitHub Repository

Getting Started

You can install Lilys via npm:

pnpm install lilys@latest

How to Import ?

  • Using Node:

    import "lilys/styles";
    import "lilys/ui";
  • Using CDN (not tested)

    <link rel="stylesheet" url="https://unpkg.com/lilys@latest/styles" />
    <link type="module" src="https://unpkg.com/lilys@latest/ui" />

Starter Template

Inside of your project, you'll have the option to use the following folders and files:

<ly-layer stacked="under">
 <!--place not really interactive things here-->
</ly-layer>

<ly-app layout="default" class="place-center[all]">
 <header class="g-nm place-center[items] flex-col txt-center">
  <h1>Lily's</h1>
  <p>Build UIs Simply. Anywhere.</p>
  <a href="#" class="contents">
   <button>Discover</button>
  </a>
 </header>
</ly-app>

<ly-layer stacked="over">
 <!--place floating items here and things might overlay -->
</ly-layer>

Want to learn more?

Feel free to check our documentation

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.18

1 year ago

0.0.16-1

1 year ago

0.0.15-1

1 year ago

0.0.15-4

1 year ago

0.0.16-2

1 year ago

0.0.15-3

1 year ago

0.0.15-6

1 year ago

0.0.15-5

1 year ago

0.0.15-8

1 year ago

0.0.15-7

1 year ago

0.0.15-9

1 year ago

0.0.15-1.5

1 year ago

0.0.17-beta

1 year ago

0.0.14-2

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9-1

1 year ago

0.0.8-fieldtest

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.6-patch-1

1 year ago

0.0.6-patch-3

1 year ago

0.0.6-patch-2

1 year ago

0.0.6-patch-4

1 year ago

0.0.6-patch-4.5

1 year ago

0.0.7

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago