UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

7 lines (6 loc) 265 B
/** * Feed constants */ export const WIDGET_PREFIX_KEY = 'widget_'; export const DEFAULT_WIDGETS_NUMBER = 10; // every how many elements insert a widget export const MAX_SUMMARY_LENGTH = 150; // maximum number of characters for the summary before being truncated