@sphereon/ui-components.ssi-react-native
Version:
SSI UI components for React-Native
13 lines (12 loc) • 995 B
TypeScript
import SSIStatusLabel from './components/labels/SSIStatusLabel';
import SSICredentialCardView from './components/views/SSICredentialCardView';
import SSICredentialMiniCardView from './components/views/SSICredentialMiniCardView';
import SSICheckmarkBadge from './components/assets/badges/SSICheckmarkBadge';
import SSIExclamationMarkBadge from './components/assets/badges/SSIExclamationMarkBadge';
import SSIPlaceholderLogo from './components/assets/logos/SSIPlaceholderLogo';
import SSILogo from './components/assets/logos/SSILogo';
import SSIActivityIndicator from './components/indicators/SSIActivityIndicator';
import PrimaryButton from './components/buttons/PrimaryButton/index';
import SecondaryButton from './components/buttons/SecondaryButton/index';
export * from './styles/fonts';
export { SSICredentialCardView, SSICredentialMiniCardView, SSIStatusLabel, SSICheckmarkBadge, SSIExclamationMarkBadge, SSIPlaceholderLogo, SSILogo, SSIActivityIndicator, PrimaryButton, SecondaryButton, };