1.2.1 • Published 3 years ago

@selvklart/sanity-plugin-table v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

sanity-plugin-table

This is a fork of https://github.com/coreyward/sanity-plugin-table, made into a package for easier use.

Sanity plugin that implements a table schema type and input component.

example

Installing

Install using the Sanity CLI.

sanity install table

Usage

Simply specify table as a field type in your schema.

export default {
  name: 'product',
  title: 'Product',
  type: 'document',
  fields: [
    name: 'sizeChart',
    title: 'Size Chart',
    type: 'table', // Specify table type
  ],
};

Similar Packages

License

MIT

1.2.1

3 years ago

1.2.0

3 years ago

1.0.1

3 years ago