UNPKG

cyberfuture

Version:

The Cyberfuture package provides several components for React that can be used to quickly and easily create styled and customizable user interfaces.

6 lines (4 loc) 185 B
import { Card, CardCarousel } from './card' import { Button as CyberButton } from './button'; import CyberInput from "./input"; export { CyberInput, CyberButton, Card, CardCarousel };