0.1.7 • Published 4 years ago

@apppilots/baumeister v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago