0.3.6 • Published 2 years ago

@storency/components v0.3.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@storency/components

Welcome to Storency UI components! This package includes a set of common UI components for building Storency applications, built using React and TypeScript.

Features

  • Works out of the box: Storency UI components are polished and ready to use in your projects.
  • Flexible & composable: Built on top of React UI primitives for endless composability.
  • Accessible: Components follow the WAI-ARIA guidelines specifications.

Documentation

Visit the Storybook documentation for a complete reference of available components and their usage.

Installation

To install the @storency/components package, run:

pnpm install @storency/components
# or
npm install @storency/components

Usage

To use the components, simply import them into your project:

import { Button } from '@storency/components';

const App = () => <Button>Click me!</Button>;
0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago