0.3.94 • Published 5 years ago

@squadcast/alchemy-ui v0.3.94

Weekly downloads
45
License
-
Repository
github
Last release
5 years ago

Alchemy

CircleCI Known Vulnerabilities NPM Downloads NPM Version

Squadcast Design System

At Squadcast, we strive at consistently optimizing engineering to build fast without compromising performance, quality, and reliability. Alchemy is an active component system for creating a modular and reusable system. This is a component-driven Reactive Design System that can be used to unify UI and provide consistent progressive UX. The system is Simple & Clear, Fast, Accessible, Inclusive, Consistent, and Testable.

Project Structure

The project has three main component structure 1. Carbon - Modified Native elements (as Headings, Text) should not contain any logic apart from the render. 2. Metal - Pure Usable Elements made from Carbon (as Input, Button, Avatars, Cards) 3. Alloy - A mixture of Carbon and Metal (as ChatBox, Navigation, SearchBox, Filter)

The testable system is provided by storybooks. Refer /stories to learn more.

How Should I Run?

Currently, the app page can be accessed by running the yarn install after yarn storybook or the npm equivalent commands of those.

install in your project by yarn add @squadcast/alchemy-ui

Contribution Guidelines

Before contributing please read design goals and Atomic Design

  1. All merges are done on a PR, once the PR is merged and its a feature, don't delete the branch
  2. All the components should be pure. And should be a functional Component, not a class.
  3. Files should not exceed 250 lines. if it does, break it.
  4. All the logic should be written in Vanilla JS (its powerful!).
  5. Stories are to be added with the same folder Arc. as followed by Component Design

Help with DocGen

  1. The component needs to be exported as an export function <name>. (we can do a named default export at the bottom).
  2. The Component Interface should be tied with the component itself
  3. Markdown is supported with docgen (make it awesome)

Contribution

With ❤ @SquadcastHQ

RoadMap

  • Design Guidelines
  • Code Guidelines
  • Storybooks
  • Docgen
  • Interactive Components
  • Link Jest Testing
  • more components
0.3.94

5 years ago

0.3.93

5 years ago

0.3.92

5 years ago

0.3.91

5 years ago

0.3.90

5 years ago

0.3.87

5 years ago

0.3.84

5 years ago

0.3.80

5 years ago