@echothink-ui/carbon-theme
v0.2.0
Published
CarbonTheme package for EchoThink app-domain websites.
Readme
@echothink-ui/carbon-theme
CarbonTheme package for EchoThink app-domain websites.
This package is part of the EchoThink-UI app-domain library. It is designed for normal website app domains rendered inside EchoThink Studio's Chromium shell, not for implementing the studio browser chrome itself.
Usage
- In your app's entry file:
import "@echothink-ui/carbon-theme/styles.css"; - Wrap your app:
<EchoThinkCarbonProvider theme="white">...</EchoThinkCarbonProvider> - Available themes: white (default), g10, g90, g100.
