@redarrowlabs/strongback-react
v0.7.0
Published
Strong UI components, for React
Downloads
11
Readme
strongback-react
Strongback is an implementation of the Red Arrow Labs pattern library.
The goal: an opinionated, "Don't Make Me Think", batteries-included front-end toolkit focused on Developer Experience.
The use case: enterprise applications, built by teams of developers who have varying amounts of front-end experience.
Usage
Install
npm install --save @redarrowlabs/strongback-react
Import
import { Button } from '@redarrowlabs/strongback-react';
TypeScript declarations are included, so intellisense should work out of the box.
Examples
Clone the repo and run the storybook,
or browse the sources at /src/[package]/[package].story.tsx
Developing
npm run storybook
Launches a storybook server onlocalhost:9001
Contributing
- Create or discuss an issue
- Develop on your feature branch.
- Pull and merge.
npm run check
to make sure everything's building.- Send a PR!
npm version [patch | minor | major]
to bump and tag.npm publish
(Must be logged in as RAL)