@witchcraft/layout 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -4
- package/dist/module.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
[![Docs]
|
|
2
|
-
[![Release]
|
|
3
|
-
[![
|
|
1
|
+
[![Docs][docs-src]][docs-href]
|
|
2
|
+
[![Release][release-src]][release-href]
|
|
3
|
+
[![npm version][npm-version-src]][npm-version-href]
|
|
4
|
+
[![License][license-src]][license-href]
|
|
5
|
+
[![Nuxt][nuxt-src]][nuxt-href]
|
|
6
|
+
|
|
4
7
|
# [Docs](https://witchcraftjs.github.io/layout)
|
|
5
8
|
# [Demo](https://witchcraftjs.github.io/layout/demo)
|
|
6
9
|
|
|
@@ -475,4 +478,14 @@ The nuxt module creates a `witchcraft-layout.css` file with the proper source im
|
|
|
475
478
|
@import "../../../.nuxt/witchcraft-layout.css";
|
|
476
479
|
```
|
|
477
480
|
|
|
478
|
-
|
|
481
|
+
<!-- Badges -->
|
|
482
|
+
[docs-src]: https://github.com/witchcraftjs/layout/actions/workflows/docs.yml/badge.svg
|
|
483
|
+
[docs-href]: https://github.com/witchcraftjs/layout/actions/workflows/docs.yml
|
|
484
|
+
[release-src]: https://github.com/witchcraftjs/layout/actions/workflows/release.yml/badge.svg
|
|
485
|
+
[release-href]: https://github.com/witchcraftjs/layout/actions/workflows/release.yml
|
|
486
|
+
[npm-version-src]: https://img.shields.io/npm/v/@witchcraft/layout/latest
|
|
487
|
+
[npm-version-href]: https://www.npmjs.com/package/@witchcraft/layout/v/latest
|
|
488
|
+
[license-src]: https://img.shields.io/npm/l/@witchcraft/layout.svg?style=flat&colorA=020420&colorB=00DC82
|
|
489
|
+
[license-href]: https://npmjs.com/package/@witchcraft/layout
|
|
490
|
+
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
|
|
491
|
+
[nuxt-href]: https://nuxt.com
|
package/dist/module.json
CHANGED