@helpscout/artboard
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

🖼 Artboard

Build Status npm version

A tool kit for React UI development and design

Artboard screenshot

Table of contents

Project is still under development!

Installation

npm install --save-dev @helpscout/artboard

Usage

Here's an example Storybook story with Artboard!

import React from 'react'
import Artboard from '@helpscout/artboard'
import MyComponent from './MyComponent'

const stories = storiesOf('MyComponent', module)

stories.add('Example', () => (
  <Artboard>
    <MyComponent />
  </Artboard>
))

Package Sidebar

Install

npm i @helpscout/artboard

Weekly Downloads

19

Version

0.2.0

License

MIT

Unpacked Size

380 kB

Total Files

325

Last publish

Collaborators

  • knicklabs
  • itsjonq
  • charca
  • helpscout