From 157816c316608b63d41cd3ee01fe02488cafa97d Mon Sep 17 00:00:00 2001 From: iamyuu Date: Sat, 15 Jan 2022 22:05:39 +0700 Subject: [PATCH] docs: add section formatting cell with svelte component --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index ce26715..4134765 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,38 @@ You can use `instance` and bind it with state, you can check the example [here]( > NOTE: if you want to create an advanced plugin, you need to know [React](https://reactjs.org) because Grid.js uses [preact](https://preactjs.com) (an alternative React). If you need help to create an advanced plugin, you can open [discussions](https://github.com/iamyuu/gridjs-svelte/discussions/new) maybe I can help. +## How to formatting cell with Svelte component? + +> [Try it out in the browser](https://svelte.dev/repl/e3247cb80c344f95b1fdd2853006f159?version=3.38.0) + +```html + + + +``` + ## Contributing **PRs are welcome!**