@manifoldco/ui
Manifold’s reusable web components, built with Stencil
Installation
Distribution is via npm. To use, run the following in any terminal:
npm install @manifoldco/ui --save
Usage in Frameworks
Currently, Manifold UI supports the following frameworks:
Name | Supported? |
---|
Angular | ✅ |
React | ✅ |
Vue | ✅ |
Ember | ✅ |
Vanilla JS (no framework) | ✅ |
To integrate into your app, please refer to Stencil’s documentation.
The only change needed from their docs is replace test-components
with
@manifoldco/ui
, like so:
import { defineCustomElements } from 'test-components/dist/loader';
import { defineCustomElements } from '@manifoldco/ui/dist/loader';