Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pacific-dev/seabass

⚛️ React Native primitive UI components to be used in pacific-dev projects.
https://github.com/pacific-dev/seabass

components design-systems primitive-components react react-native rebass seabass

Last synced: 2 months ago
JSON representation

⚛️ React Native primitive UI components to be used in pacific-dev projects.

Awesome Lists containing this project

README

        

# Seabass

React Native primitive UI components inspired by [Rebass](https://github.com/rebassjs/rebass).

### Getting Started

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

export default props =>


Hello


Hello World


```

### 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](https://github.com/rebassjs/rebass) and [Design System](http://design-system.com/).

### License

EPL-2.0, see [LICENSE.md](https://github.com/pacific-dev/seabass/blob/main/LICENSE) for details.