0.7.0 ā€¢ Published 3 months ago

@front.zen/pickers v0.7.0

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

Frontzen Design System provides React UI components based on MUI. Click HERE to see the storybooks.

šŸ“¦ Install

npm install @front.zen/design-system
yarn add @front.zen/design-system

šŸ”Ø Usage

import { createTheme, ThemeProvider, Button } from '@front.zen/design-system';

const theme = createTheme();

const App = () => (
  <ThemeProvider theme={theme}>
    <Button type="primary">PRESS ME</Button>
  </ThemeProvider>
);

āŒØļø Development

This repo is powered by TurboRepo. You can use TurboRepo commands to work with this repo.

To run all storybooks locally:

$ git clone git@github.com:frontzen/design-system.git
$ cd desing-system
$ yarn install
$ yarn storybook

You can also use chromatic for UI review. link

šŸ¤ Contributing PRs Welcome

We welcome contributions to Frontzen design system! Development of design system happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements.

šŸ“„ Pull requests and šŸŒŸ Stars are always welcome.

0.7.0

3 months ago

0.6.0

3 months ago

0.5.0

4 months ago

0.4.0

4 months ago

0.3.0

9 months ago

0.2.0

10 months ago

0.3.2

6 months ago

0.3.1

6 months ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.0

1 year ago