npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@orbit-ui/experimental

v6.0.0

Published

Orbit experimental components

Downloads

30

Readme

@orbit-ui/experimental

Full documentation available at: https://orbit.sharegate.design

What differentiate an “experimental” component from a “stable” component?

Contrary to a “stable” component, an “experimental” component may:

  • Not have a final stamp of approval from the design team.
  • Not have all its variants or usecases defined.
  • Not have a complete test coverage.
  • Not have a final documentation.

By having fewer requirements in regards to the design team approbation, testing coverage and documentation we believe an “experimental” component could go out about 60% to 65% faster than a “stable” component.

What should an “experimental” component support from day 1?

An “experimental” component must:

Rules

As we do not want the package to me be misused nor cause harm to Orbit’s “stable” components we define rules which will guide our actions.

Those rules will have to be included in the “experimental” package documentation on Github.

  • Changes to “stable” code should always be done in a distinct PR.
  • Every “experimental” components should implement basic requirements.
  • “Experimental” components shouldn’t be specific to an application.
  • “Experimental” components must be released in a different package than the “stable” components.
  • “Experimental” components code is isolated from “stable” code.
  • “Experimental” components shouldn’t require new third party dependencies. If a component has a very good reason to install a new third party, it should be approved by the Collège de gouvernance FE first.
  • An “experimental” component doesn’t have to be accessible from the beginning but is expected to have a realistic path toward accessibility (the component will have to be WAI ARIA AA requirements before being promoted to a “stable” component). We encourage developers to build accessible components from the ground up when possible.

Adding a new “experimental” component

Refer to the "Adding a new component" section in the components' package README

Flagging an “experimental” component in the documentation

Make sure to add the following component in the Usage Section

<ExperimentalMessage />

Some props are available to detail the component's status.

<ExperimentalMessage noDoc noTests noVisualTesting noFinalDesign noMobileSupport />

License

Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.