1.1.1 • Published 2 years ago

@vygruppen/spor-layout-react v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Layout (React)

The layout package consists of all the components you need to layout your applications.

Installation

$ npm install @vygruppen/spor-layout-react

Usage

import {
  Box,
  Center,
  Container,
  Divider,
  Flex,
  Grid,
  GridItem,
  HStack,
  SimpleGrid,
  Spacer,
  Stack,
  VStack,
  Wrap,
  WrapItem,
} from "@vygruppen/spor-layout-react";

All of these components are direct exports from Chakra UI. Please refer to their documentation for details.

One exception is the Divider component. It's used on its own, and accepts any BoxProps.

Development

Please refer to the root readme for development notes.