@maximeij/react-csstick
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

react-csstick

npm (scoped)

CSS Stick figures and comics

Features

  • Components
    • Comic - Scenes laid out in a pattern
    • Scene - Container for Stick figures to be displayed in
    • Stick - CSS Stick figure with customizable position
    • TextBubble - Rudimentary box with controllable props

Try it live at https://lynxlab.xyz/stick

Use

You need to import the css once in a parent Component

import '@maximeij/react-csstick/css';

You can then import individual Components and resources as needed

import {Comic, ComicPresets, type ComicProps} from '@maximeij/react-csstick';

Coming soon

  • Animations
  • Working Storybooks
  • Improvements: Comic layout, Text Bubble style
  • Stick Accessories: Clothing, Items

Recent changes

Package Sidebar

Install

npm i @maximeij/react-csstick

Weekly Downloads

2

Version

0.5.0

License

SEE LICENSE IN LICENSE

Unpacked Size

103 kB

Total Files

23

Last publish

Collaborators

  • maximeij