Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dtable-ui-component

Package Overview
Dependencies
Maintainers
0
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtable-ui-component

[document](https://seatable.github.io/dtable-ui-component/docs/)

  • 5.2.2-alpha1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
925
increased by185.49%
Maintainers
0
Weekly downloads
 
Created
Source

dtable-ui-component

document

Instructions for using font icons

When using dtable-ui-component component library, you need to import dtable-font font icon.

  1. If the dtable-font font icon has been referenced in the application, dtable-ui-component can be used directly
  2. If the dtable-font font icon is not referenced in the application, you need to import the corresponding font icon when using dtable-ui-component
  import { CollaboratorEditor } from 'dtable-ui-component';
  import 'dtable-ui-component/assets/dtable-font.css';

  ...

load demand

If you want to use on-demand loading, add the following content to the .babelrc file of your project

"plugins": [
    ["on-demand-loading", {"library": "dtable-ui-component"}]
 ]

Long Text Formatter

If your project only uses a simple long text formatter, you can reference the SimpleLongTextFormatter component.

import { SimpleLongTextFormatter } from 'dtable-ui-component';

FAQs

Package last updated on 15 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc