Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@seabass-ui/flexbox

pacific-dev7EPL-2.00.1.0

React Native primitive flexbox UI to be used in pacific-dev projects.

react-native-component, react-component, react-native, ios, android, flexbox, box

readme

Seabass

React Native primitive UI components inspired by Rebass.

Getting Started

import React from 'react'
import { Box, Heading, Button } from 'rebass'

export default props =>
  <Box>
    <Box py={2}>
      <Heading>Hello</Heading>
    </Box>
    <Pressable sx={{":pressed": {backgroundColor: "primary", color: "white"}}}>
        Hello World
    </Pressable>
  </Box>

Motivation

Seabass provides a minimal amount of primitive components. It's a base for a design system or a component library.

Seabass is heavily inspired by Rebass and Design System.

License

EPL-2.0, see LICENSE.md for details.