sjq-component-ui
v0.1.26
Published
[document](https://seatable.github.io/dtable-ui-component/docs/)
Downloads
4
Readme
dtable-ui-component
Instructions for using font icons
When using dtable-ui-component component library, you need to import dtable-font font icon.
- If the dtable-font font icon has been referenced in the application, dtable-ui-component can be used directly
- 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';
...