0.1.0 • Published 3 years ago

@seabass-ui/preset v0.1.0

Weekly downloads
1
License
EPL-2.0
Repository
github
Last release
3 years ago

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.