0.3.0 • Published 2 years ago

@buildarea-ui/react v0.3.0

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

Buildarea Design System

The documentation is still under construction :construction: and in beta. There could be some breaking changes till we release a stable version.

How to install ?

npm install @buildarea-ui/react @stitches/react@1.2.7

Getting Started

This library provides various utiltility functions which will help you make beautiful react components.

Overwrite default theme:

import { Button, createTheme } from "@buildrea-ui/react";

const theme = createTheme({
  colors: {
    primary: "hsl(126, 100%, 77%)",
  },
});

const SignUp = () => {
  return (
    <div className={theme}>
      <Button>Signup</Button>
    </div>
  );
};

For more documentation on how to use this library, you can visit the Storybook :link: or visit the example section on Github Repo.

0.4.0-alpha.1

2 years ago

0.4.0-alpha.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.3.0-alpha.0

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago