netlify-cms-widget-tab

0.0.2 • Public • Published

netlify-cms-widget-tab

Install

As an npm package:

npm install --save netlify-cms-widget-tab
import { TabControl, TabPreview } from 'netlify-cms-widget-tab'

CMS.registerWidget('tab', TabControl, TabPreview)

Via script tag:

<script src="https://unpkg.com/netlify-cms-widget-tab@^1.0.0"></script>

<script>
  CMS.registerWidget('tab', TabControl, TabPreview)
</script>

How to use

Add to your Netlify CMS configuration:

    fields:
      - { name: <fieldname>, label: <fieldlabel>, widget: <name> }

Configuration

Explain any custom configuration steps here, or omit the section if there are none.

Support

For help with this widget, open an issue or ask the Netlify CMS community in Gitter.

Package Sidebar

Install

npm i netlify-cms-widget-tab

Weekly Downloads

9

Version

0.0.2

License

MIT

Unpacked Size

315 kB

Total Files

14

Last publish

Collaborators

  • jsdev63
  • jsdev603