UNPKG

@rarcifa/cronos-design-system

Version:

A typescript react component library following the Cronos branding standards

16 lines (15 loc) 928 B
import { Button } from './components/Button'; import { Card } from './components/Card'; import { Search } from './components/Search'; import { Typography } from './components/Typography'; import { Color, FontWeight, Heading, Size, TextAlign, Variant } from './global.interfaces'; import './index.css'; import { align, borderRadius, colors, display, empty, fontWeight, justify, mediaQueries, position, sizes } from './global.variables'; import { Navbar } from './components/Navbar'; import { Footer } from './components/Footer'; import { Section } from './components/Section'; import { Grid } from './components/Grid'; import { Tag } from './components/Tag'; export { Button, Typography, Card, Navbar, Search, Footer, Section, Grid, Tag }; export { Size, Variant, Color, FontWeight, TextAlign, Heading }; export { colors, sizes, mediaQueries, borderRadius, align, justify, display, empty, position, fontWeight, };