UNPKG

@slashid/react-primitives

Version:

Primitive components for the /id React SDK

57 lines (54 loc) 1.22 kB
import { Apple } from "./apple"; import { AzureAD } from "./azuread"; import { Bitbucket } from "./bitbucket"; import { Facebook } from "./facebook"; import { Github } from "./github"; import { Gitlab } from "./gitlab"; import { Google } from "./google"; import { Line } from "./line"; import { Okta } from "./okta"; import { Chat } from "./chat"; import { Close } from "./close"; import { Check } from "./check"; import { Email } from "./email"; import { Exclamation } from "./exclamation"; import { Eye } from "./eye"; import { EyeReveal } from "./eye-reveal"; import { ChevronDown } from "./chevron-down"; import { ChevronLeft } from "./chevron-left"; import { Cookie } from "./cookie"; import { Failure } from "./failure"; import { Loading } from "./loading"; import { Logo } from "./logo"; import { Lock } from "./lock"; import { SlashID } from "./slashid"; import { Copy } from "./copy"; import { Download } from "./download"; export { Apple, AzureAD, Bitbucket, Facebook, Github, Gitlab, Google, Line, Okta, Chat, Close, Check, Email, Exclamation, Eye, EyeReveal, ChevronDown, ChevronLeft, Cookie, Failure, Loading, Lock, SlashID, Logo, Copy, Download, };