0.0.21 • Published 2 months ago

@chris9soul/socks-ui v0.0.21

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

⚠️ WIP

Socks UI

Attribute-based UI library powered by GSAP. Accessible, customizable, open-source. Made for Webflow developers, by a Webflow developer.

Easy to use

Step 1: Include the component you want in your project.

<!-- Socks UI Dropdown -->
<script src=""></script>

Step 2: Add attributes to your HTML elements.

<div s-dd="dropdown">
  <div s-dd="trigger">Click me</div>
  <div s-dd="content">
    <div>
      <p>Dropdown content</p>
    </div>
  </div>
</div>

Step 3: Enjoy your new component! Socks UI will add make your elements interactive and accessible.

0.0.21

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago