-
Notifications
You must be signed in to change notification settings - Fork 10
Installation
esr360 edited this page Feb 9, 2020
·
40 revisions
- Node.js
- React ^16.12.0
npm install --save @onenexus/synergy
import React from 'react';
import { Module, Component } from '@onenexus/synergy';
...
import React from 'react';
import {
Container,
Module,
Wrapper,
Group,
Component,
SubComponent,
Provider,
useTheme,
useConfig,
useUtils
} from '@onenexus/synergy';
...
import React from 'react';
import * as Synergy from '@onenexus/synergy';
...
If using Sass, you will need to configure your compiler to use Synergy-Sass-Importer
.
See the Using Sass With Synergy page for more information