Getting Started
- Zeta Flutter
- Zeta Web
Installing
Zeta Flutter works as a standard Flutter library and can be installed through the standard flutter pub tools
flutter pub add zeta_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zeta_flutter: ${version}
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Installing
Zeta Web is a library of Web Components that can be used by any browser-based JavaScript Framework such as React, Angular and Vue. It is a standard TypeScript or JavaScript library and can be installed through the standard NPM based tools (i.e. npm, yarn)
# npm
npm i @zebra-fed/zeta-web
# yarn
yarn add @zebra-fed/zeta-web
Angular
zeta-web
should work for Angular out-of-the-box
React
Starting from version 19, react now supports native web components and passes all tests on Custom Elements Everywhere. This functionality is still new, and so there are likely bugs to be found using our components with React.