Skip to content

najwer23/najwer23storybook

Repository files navigation

Design System for React.js

This package offers a range of design system assets, including components, styles, and guidelines, to facilitate the development of consistent and user-friendly interfaces across various applications and platforms.

Install

yarn add najwer23storybook --dev
npm install najwer23storybook --save-dev

Example

import { Button } from "najwer23storybook/lib/Button";

export const Example = () => {
	return <Button
		ariaLabel="button-click"
		onClick={() => {}}
		text="Button"
		type="button"
	/>
}

Author

Mariusz Najwer