Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pacific-dev/seabass
- Owner: pacific-dev
- License: epl-2.0
- Created: 2020-11-17T07:47:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-01T13:41:41.000Z (almost 4 years ago)
- Last Synced: 2024-04-30T08:04:51.378Z (8 months ago)
- Topics: components, design-systems, primitive-components, react, react-native, rebass, seabass
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.