1.1.7 ā€¢ Published 3 years ago

svebass v1.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Svebass

Svelte primitive UI components built with Styled System, heavily inspired by and largely ported from rebass/reflexbox for React šŸ™

Downloads Version MIT License

yarn add svebass

Getting Started

<script>
  import { Box } from 'svebass';
</script>

<Box>
  Hello
</Box>

Features

  • Start your design system without boiling the ocean
  • Build consistent UI with design constraints and user-defined scales
  • Best-in-class developer ergonomics with Styled System props
  • First-class support for theming & fully compatible with Theme UI
  • Quick, mobile-first responsive styles with array-based syntax
  • Flexbox layout with the Box and Flex components
  • Flexibility built in for high design & development velocity

SSR

šŸ‘·ā€ā™‚ļø Work in progress šŸ‘·ā€ā™‚ļø

Principles

Svebass is intended to be:

  • Minimal
  • Useful
  • Unopinionated
  • Flexible
  • Consistent
  • Extensible
  • Themeable

Documentation

Related


MIT License