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

Package detail

@seabass-ui/theme-provider

pacific-dev17EPL-2.00.1.0

Theme provider for seabass.

react-native-component, react-component, react-native, ios, android

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.