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

4.3.14 • 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

1,896

Version

4.3.14

License

MIT

Unpacked Size

48.2 kB

Total Files

88

Last publish

Collaborators

  • najwer23