0.10.1 • Published 1 year ago

grindery-ui v0.10.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Grindery UI

Reusable React components library for Grindery projects.

Based on Material UI.

Documentation: https://grindery-io.github.io/grindery-ui/

How to use

Install library

yarn add grindery-ui

or

npm install grindery-ui

Add components to your React app

Add Theme Provider at the highest level possible.

import { ThemeProvider } from "grindery-ui";

const App = () => {
  return (
    <ThemeProvider>
      <RestOfTheApp />
    </ThemeProvider>
  );
};

Then you can import and use the rest of the components inside your app:

import { CircularProgress } from "grindery-ui";

const RestOfTheApp = () => {
  return <CircularProgress />;
};

See documentation for more examples.

Development

See DEVELOPMENT.md file.

License

MIT

0.10.1

1 year ago

0.10.0

1 year ago

0.9.0

2 years ago

0.8.1

2 years ago

0.6.3

2 years ago

0.8.0

2 years ago

0.6.2

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.6.4

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.9

2 years ago

0.4.8

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago