najwer23storybook
TypeScript icon, indicating that this package has built-in type declarations

4.2.50 • Public • Published

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

Package Sidebar

Install

npm i najwer23storybook

Weekly Downloads

2,834

Version

4.2.50

License

MIT

Unpacked Size

41.2 kB

Total Files

75

Last publish

Collaborators

  • najwer23