-
Notifications
You must be signed in to change notification settings - Fork 0
Greetings!
SONGHYEON JUN edited this page Jul 5, 2024
·
1 revision
Hi, Everyone!
I made the @shjeon0730/svg-table
for my use case but tried to make it as generic as possible.
It only supports JSX in React for now. However, I will consider splitting namespaces to support other frameworks.
svg-table does not provide a bundled package in 1.6.4 or previous versions. If you download it 1.6.4 or previous version, you will see pure typescript files in the package. If your dev environment is using typescript, it will work properly, but if it is js environment, it can create syntax issue. Basically, 1.6.3 version and 1.6.5 version have no difference, but 1.6.5 is bundled with js file.
Please create issue if you have any problem working with svg-table.
Thank you!