@shattercms/shards

ShatterCMS submodule for handling block-based web content.

Usage no npm install needed!

<script type="module">
  import shattercmsShards from 'https://cdn.skypack.dev/@shattercms/shards';
</script>

README

ShatterCMS Shards

Test Status Downloads Version Types License

ShatterCMS submodule for handling block-based web content.

Getting Started

Installation

# npm
$ npm install @shattercms/shards

# yarn
$ yarn add @shattercms/shards

Add the module to your ShatterCMS config file.

export default {
  modules: ['@shattercms/shards'],
};

License

This project is licensed under the MIT License.

See LICENSE for more information.