UNPKG

template_assets

Version:

![Compatibility](https://img.shields.io/badge/compatibility-0.6.25-blue) [![Build Status](https://github.com/dfinity/examples/workflows/motoko-superheroes-example/badge.svg)](https://github.com/dfinity/examples/actions?query=workflow%3Amotoko-superheroes

43 lines (34 loc) 941 B
import * as AppBar from './AppBar'; import { View } from './View'; import { Title, SectionTitle, PriceTitle } from './Title'; import { FeatureCard, SquareCard, ProductCard, CollectionCard, BalanceCard, CreatorCard } from './Card'; import { GridView, InformationGroup } from './Group'; import { ScrollView } from './Scroll'; import * as ListView from './List'; import { Ticket } from './Ticket'; import * as ActionsGroup from './ActionsGroup'; import { TextInput } from './TextInput'; import { SectionDivider } from './Section'; import { Button } from './Button'; export { AppBar, View, Title, SectionTitle, PriceTitle, FeatureCard, SquareCard, ProductCard, CollectionCard, BalanceCard, CreatorCard, GridView, ListView, ScrollView, Ticket, ActionsGroup, TextInput, SectionDivider, Button, InformationGroup }