@storency/components
TypeScript icon, indicating that this package has built-in type declarations

0.3.6 • Public • Published

@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>;

Package Sidebar

Install

npm i @storency/components

Weekly Downloads

27

Version

0.3.6

License

MIT

Unpacked Size

174 kB

Total Files

94

Last publish

Collaborators

  • wallwhite