0.10.1 • Published 3 years ago

grindery-ui v0.10.1

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

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.1

3 years ago

0.6.3

3 years ago

0.8.0

3 years ago

0.6.2

3 years ago

0.8.3

3 years ago

0.8.2

3 years ago

0.6.4

3 years ago

0.7.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago