Browse Source

add description of new packages (#2887)

- descriptions where taken from the documentation
- also alphabetized list
- left out `portal` because I'm not sure what it is
Andrew Brown 3 years ago
parent
commit
c379084c29
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -30,11 +30,15 @@ Here's a brief look at each package in this repo:
 Package | Description
 --- | ---
 [alpinejs](packages/alpinejs) | The main Alpine repo with all of Alpine's core
+[collapse](packages/collpase) | A plugin for expanding and collapsing elements using smooth animations
 [csp](packages/csp) | A repo to provide a "CSP safe" build of Alpine
+[docs](packages/docs) | The Alpine documentation
+[focus](packages/focus) | A plugin that allows you to manage focus inside an element
 [history](packages/history) | A plugin for binding data to query string parameters using the history API (name is likely to change)
 [intersect](packages/intersect) | A plugin for triggering JS expressions based on elements intersecting with the viewport
+[mask](packages/mask) | A plugin for automatically formatting a text input field as a user types
 [morph](packages/morph) | A plugin for morphing HTML (like morphdom) inside the page intelligently
-[focus](packages/focus) | A plugin that allows you to manage focus inside an element
+[persist](packages/persist) | A plugin for persisting Alpine state across page loads
 
 The compiled JS files (as a result of running `npm run [build/watch]`) to be included as a `<script>` tag for example are stored in each package's `packages/[package]/dist` directory.