@ni/spright-components
Version:
NI Spright Components
14 lines (13 loc) • 454 B
TypeScript
/**
* Import of all the web components available in Spright AND Nimble.
* Production applications are encouraged to import only components
* that are required instead of leveraging this file.
*/
import '@ni/nimble-components/dist/esm/all-components';
import './chat/conversation';
import './chat/input';
import './chat/message';
import './chat/message/inbound';
import './chat/message/outbound';
import './chat/message/system';
import './rectangle';