0.3.0 • Published 3 years ago

@buildarea-ui/react v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.4.0-alpha.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.3.0-alpha.0

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago