Skip to content

Baumeister is a library for building UI components, with themability as the core focus.

License

Notifications You must be signed in to change notification settings

dwieners/baumeister

Repository files navigation

baumeister

A system for building UI components

Installation

Yarn

$ yarn add @apppilots/baumeister

NPM

$ npm install @apppilots/baumeister

Usage

import {Box} from '@apppilots/baumeister';


const Welcome = () => {
  return (
      <Box
        paddingHorizontal={'m'}
        paddingVertical={'m'}
        backgroundColor={'red'}
      >
        <Text>Hello Baumeister!</Text>
      </Box>
  );
};

export default Welcome;

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

Baumeister is a library for building UI components, with themability as the core focus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published